Update footer.html
This commit is contained in:
parent
27e9b6f85c
commit
41f922f1a1
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
<div class="text-center">
|
||||
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
|
||||
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small><br>
|
||||
<small class="copyright">{{ .Now.Year }} © {{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ else }}Ported for Hugo by <a href="https://github.com/aerohub" target="_blank">Pavel Kanyshev</a>{{ end }}</small>
|
||||
<small class="copyright">{{ now.Year }} © {{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ else }}Ported for Hugo by <a href="https://github.com/aerohub" target="_blank">Pavel Kanyshev</a>{{ end }}</small>
|
||||
</div><!--//container-->
|
||||
</footer><!--//footer-->
|
||||
</footer><!--//footer-->
|
||||
|
|
Loading…
Reference in a new issue