Start working on footer (not yet previewed)
This commit is contained in:
5
layouts/partials/footer.html
Normal file
5
layouts/partials/footer.html
Normal 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>
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user