9 lines
442 B
HTML
9 lines
442 B
HTML
<footer>
|
|
<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>
|