homepage/layouts/partials/footer.html

4 lines
369 B
HTML
Raw Normal View History

<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/homepage/src/branch/testing" title="source code" target="_blank" rel="noopener">source</a></p>
</footer>