diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-03-14 23:07:47 +0100 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-03-14 23:07:47 +0100 |
commit | 663eb10a3fa3ab1ef908571522c86d89f2c7f679 (patch) | |
tree | dbfb634720f12d21983b8a71db8822d7d4927f43 /layouts/partials/footer.html | |
parent | fdcb61d1cbd6c605e67aeef502df102cd0244fc5 (diff) | |
download | miraikumiko.com-663eb10a3fa3ab1ef908571522c86d89f2c7f679.tar.gz miraikumiko.com-663eb10a3fa3ab1ef908571522c86d89f2c7f679.tar.bz2 |
Updated
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..0bb46f7 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,3 @@ +<small> + {{ .Site.Copyright }} | <a rel="me" href="mailto:miraikumiko@disroot.org">Email</a> | <a rel="me" href="https://cr8r.gg/@miraikumiko">Mastodon</a> | <a rel="me" href="https://github.com/miraikumiko">Github</a> +</small> |