Support a copyright notice footer

This commit is contained in:
BBaoVanC 2021-10-17 20:17:12 -05:00
parent 9f46c35bc0
commit f56b9028b3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 8 additions and 1 deletions

View File

@ -61,7 +61,7 @@
font-size: 20px;
}
.content {
.content, footer {
padding: 20px;
}

View File

@ -13,6 +13,13 @@
{{ .Content }}
{{- end }}
</div>
{{ with .Site.Copyright }}
<hr>
<footer>
{{ . | safeHTML }}
</footer>
{{ end }}
</body>
</html>