Start working on footer (not yet previewed)

This commit is contained in:
2021-04-23 01:23:53 -07:00
parent b2a763556d
commit 5c4cff1395
5 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<footer>
<p>{{ partial "icon.html" "branch" }} <a href="https://github.com/DanilaFe/maypop/commit/{{ .Params.shorthash }}">{{ .Params.hash }}</a></p>
<p>{{ partial "icon.html" "calendar" }} {{ .Params.date }}</p>
<p>{{ partial "icon.html" "message" }} {{ .Params.subject }}</p>
</footer>