init as nameless new theme

This commit is contained in:
morph 2020-05-26 03:04:43 +02:00
parent f4735db2ae
commit ce98bd5c83
6 changed files with 27 additions and 13 deletions

View file

@ -1,3 +1,7 @@
<footer>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}"><b>{{ .Site.Title }}</b></a>.
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}"><b>{{ .Name }}</b></a>.
{{- end }}
</p>
</footer>