Skip to content

Commit 31b89e3

Browse files
committed
Simpler footer
1 parent f9267b3 commit 31b89e3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

themes/hugo-coder/layouts/partials/footer.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
{{ if (and .Site.Params.since (lt .Site.Params.since now.Year)) }}
55
{{ .Site.Params.since }} -
66
{{ end }}
7-
{{ now.Year }}
8-
<a href="/">Sara Zan</a>
9-
·
10-
{{ i18n "powered_by" }} <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
11-
{{ if (and .Site.Params.commit .GitInfo) }}
12-
[<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a>]
13-
{{ end }}
7+
{{ now.Year }} by
8+
&MediumSpace;
9+
<a href="/"><img src="{{ .Site.BaseURL }}me/avatar.svg" style="width: 1em; height: 1em; margin-right: 5px;">Sara Zan</a>
1410
</section>
1511
</footer>

0 commit comments

Comments
 (0)