hugo-orbit-theme/layouts/partials/footer.html

8 lines
894 B
HTML
Raw Normal View History

2016-09-26 08:34:28 +02:00
<footer class="footer">
<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 */-->
2019-05-14 21:14:54 +02:00
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small><br>
2017-04-08 22:19:14 +02:00
<small class="copyright">{{ now.Year }} &copy; {{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ else }}Ported for Hugo by <a href="https://github.com/aerohub" target="_blank">Pavel Kanyshev</a>{{ end }}</small>
2016-09-26 08:34:28 +02:00
</div><!--//container-->
2017-04-08 22:19:14 +02:00
</footer><!--//footer-->