First draft
This commit is contained in:
14
themes/JuiceBar/layouts/partials/footer.html
Normal file
14
themes/JuiceBar/layouts/partials/footer.html
Normal file
@ -0,0 +1,14 @@
|
||||
<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>
|
Reference in New Issue
Block a user