12 lines
317 B
HTML
12 lines
317 B
HTML
<footer class="site-footer">
|
|
<div class="inner">
|
|
{{ with .Site.Params.copyright }}
|
|
<section class="copyright">{{ . | markdownify }}</section>{{ end }}
|
|
|
|
|
|
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
|
|
{{ if ne .Site.Params.hidedesignbyline true }}
|
|
{{ end }}
|
|
|
|
</div>
|
|
</footer>
|