blog-public/layouts/partials/footer.html
Denis Zheleztsov a5dd73f274 Initial public
Some content was deleted before this project
has been moved to public
2021-10-18 19:45:57 +03:00

12 lines
429 B
HTML

<div class="footer">
{{ if isset .Site.Params "FooterMsg" }}
<p>{{ .Site.Params.FooterMsg | safeHTML }}</p>
{{else}}
<p>2019 <a href="mailto:difrex@lessmore.pw">difrex@lessmore.pw</a>
<br>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" />
</a>
</p>
{{end}}
</div>