14 lines
507 B
HTML
14 lines
507 B
HTML
|
<footer class="footer">
|
||
|
<div class="content has-text-centered">
|
||
|
{{- if site.Copyright }}
|
||
|
<span>{{ site.Copyright | markdownify }}</span>
|
||
|
{{- else }}
|
||
|
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||
|
{{- end }}
|
||
|
<span>
|
||
|
Powered by
|
||
|
<a href="https://gohugo.io/" target="_blank">Hugo</a> &
|
||
|
<a href="https://github.com/hotjuicew/hugo-JuiceBar" target="_blank">JuiceBar</a>
|
||
|
</span>
|
||
|
</div>
|
||
|
</footer>
|