6 lines
238 B
HTML
6 lines
238 B
HTML
<footer id="site-footer" class="section-inner thin animated fadeIn faster">
|
|
<p>
|
|
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
|
|
</p>
|
|
</footer>
|