summaryrefslogtreecommitdiff
path: root/src/_includes/footer.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
commit5c086bc52fa3a226bcf706b1f420a5d98ea377dd (patch)
treeda5b28238542247efbe36c49cbc6cfd4e49f3e36 /src/_includes/footer.html
parent64e0495846f8b680288280920cba6bcb28e4092f (diff)
Redo most of the blog in Hugo
Missing posts will have to be added later
Diffstat (limited to 'src/_includes/footer.html')
-rw-r--r--src/_includes/footer.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/_includes/footer.html b/src/_includes/footer.html
deleted file mode 100644
index e1f6637..0000000
--- a/src/_includes/footer.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-<footer class="site-footer">
- <div class="container">
- <hr>
- <p>&copy; 2016 - {{ 'now' | date: "%Y" }} &ndash; Patrick "tyil" Spek</p>
- <p>
- All content is licensed as per the license shown below that content.
- All other sources (html, css, ...) are released under the terms of the
- <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL, version
- 3</a> or later.
- </p>
- <p>
- Site generated using Jekyll from <a
- href="https://gitlab.com/tyil/blog">this git repository</a>. The link
- to the Jekyll site is intentionally omitted as they make use of
- Cloudflare. Until this issue is resolved, I will not link to them.
- </p>
- </div>
-</footer>