diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:37:06 +0200 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:37:06 +0200 |
commit | d89ff14d7032685f0fb63da8f4b7506d7076956f (patch) | |
tree | 5b58792fe5d6d40b951b66e48647c940eda9491c /layouts/partials/footer.html | |
parent | 43f4513b984dd2bcb6f6cc95659a92e0e29a3242 (diff) | |
download | hugo-bearcub-d89ff14d7032685f0fb63da8f4b7506d7076956f.tar.gz hugo-bearcub-d89ff14d7032685f0fb63da8f4b7506d7076956f.tar.bz2 |
Update social links
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9290715..ded7490 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,3 @@ <small> - {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} -</small>
\ No newline at end of file + {{ .Site.Copyright }} {{ range $title, $link := .Site.Params.links }} | <a rel="me" href="{{ $link }}" class="white-link">{{ title $title }}</a> {{ end }} +</small> |