summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2022-12-28 16:39:21 -0300
committerRoger Gonzalez <roger@rogs.me>2022-12-28 16:39:21 -0300
commit60ceb03d6dc51bba6da86cf2b3712823b271c2b4 (patch)
tree0191902a8dc8bafa7917d3f493093fd592394fca /themes
parent983b5331618290eb588e4237020ca89944f376b2 (diff)
Changed resume and added gpg
Diffstat (limited to 'themes')
-rw-r--r--themes/archie/layouts/partials/footer.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/archie/layouts/partials/footer.html b/themes/archie/layouts/partials/footer.html
index 04a4f13..40f919f 100644
--- a/themes/archie/layouts/partials/footer.html
+++ b/themes/archie/layouts/partials/footer.html
@@ -2,7 +2,10 @@
<hr>
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i class="{{ $key.name }}"></i></a>|
-{{- end -}} ⚡️
+{{- end -}}
+<a href="{{ .Site.BaseURL }}rogs-gpg.txt" target="_blank">gpg</a>
+
+⚡️
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a>