Files
Site/site/layouts/_partials/footer.html
T

12 lines
277 B
HTML

<div class="footer-content">
<p>
{{ now.Year }} - <a href="{{ .Site.Params.author.url }}" target="_blank">
{{ .Site.Params.author.name }}
</a>
-
<a href="{{ .Site.Params.copyrightUrl }}" target="_blank">
{{.Site.Copyright}}
</a>
</p>
</div>