Commit basic working example

This commit is contained in:
2020-12-07 14:13:09 +02:00
parent 823c0190bb
commit f670020674
22 changed files with 536 additions and 180 deletions

View File

@ -0,0 +1,10 @@
<footer class="blog-footer">
{{ if .Site.Copyright }}
{{ .Site.Copyright | markdownify }}
{{ else }}
<p>Blog template built for <a href="https://getbootstrap.com/">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.</p>
{{ end }}
<p>
<a href="#">Back to top</a>
</p>
</footer>