homepage/layouts/partials/footer.html
surtur c3269a77fa
All checks were successful
continuous-integration/drone/push Build is passing
clean up the footer
2020-05-19 10:56:25 +02:00

4 lines
356 B
HTML

<footer id="site-footer" class="section-inner thin animated fadeIn faster">
<p>&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }} &#183 <a href="https://git.dotya.ml/dotya.ml/dotya_homepage" title="source code" target="_blank" rel="noopener">source</a></p>
</footer>