Update style and partials.

This commit is contained in:
2021-04-23 01:40:48 -07:00
parent 5c4cff1395
commit 723d1ce19a
3 changed files with 22 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
<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>
<div class="container">
This page was statically generated from a Literate Haskell source file.
<p>{{ partial "icon.html" "git-branch" }} <a href="https://github.com/DanilaFe/maypop/commit/{{ .Params.hash }}">{{ .Params.shorthash }}</a></p>
<p>{{ partial "icon.html" "calendar" }} {{ .Params.date }}</p>
<p>{{ partial "icon.html" "message-square" }} {{ .Params.subject }}</p>
</div>
</footer>