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>

View File

@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#1dc868">
<meta name="theme-color" content="#9774e8">
{{ if .Description }}
<meta name="description" content="{{ .Description }}">
{{ end }}