summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorRichard-Qin-X <richard.qin.001@gmail.com>2026-08-08 21:30:23 +0800
committerRichard-Qin-X <richard.qin.001@gmail.com>2026-08-08 21:30:23 +0800
commitbce6be90883b107285faa56acf0081b54daa3aa9 (patch)
tree0893f99b5debe074f1596b6cfc6d3c86da34ca42 /layouts/partials/footer.html
Initialize personal website
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..ac89098
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,11 @@
+<footer class="site-footer">
+ <nav aria-label="Site information">
+ <a href="{{ "/rss.xml" | relURL }}">rss</a>
+ <span aria-hidden="true">·</span>
+ <a href="{{ site.Params.sourceURL }}">source</a>
+ <span aria-hidden="true">·</span>
+ <a href="mailto:{{ site.Params.email }}">email</a>
+ </nav>
+ <p>Code: GPL-3.0-or-later<br>Content: {{ site.Params.contentLicense }}</p>
+ <p>No JavaScript <span aria-hidden="true">·</span> No Cookies <span aria-hidden="true">·</span> No Tracking<br>Best viewed with any browser.</p>
+</footer>