1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

layouts/_default/baseof.html: Give credit to @mdo for theme

This commit is contained in:
Alan Orth 2016-10-09 13:38:49 +03:00
parent 77b2cf9955
commit 142d330048
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -58,7 +58,7 @@
{{ if .Site.Copyright }}
{{ .Site.Copyright | markdownify }}
{{ else }}
Blog template built by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
{{ end }}
</p>
</footer>