change to hugo-blog-awesome theme
This commit is contained in:
parent
113e3650f1
commit
15b6142a8e
131 changed files with 5895 additions and 124 deletions
18
themes/hugo-blog-awesome/layouts/partials/footer.html
Normal file
18
themes/hugo-blog-awesome/layouts/partials/footer.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<footer class="footer">
|
||||
<span class="footer_item"> </span>
|
||||
|
||||
|
||||
<div class="footer_social-icons">
|
||||
{{- partial "socialIcons.html" site.Params.socialIcons -}}
|
||||
</div>
|
||||
<small class="footer_copyright">
|
||||
© {{ now.Format "2006" }} {{ .Site.Params.author.name }}.
|
||||
{{ T "footer.disclaimer" | safeHTML }}
|
||||
</small>
|
||||
</footer>
|
||||
|
||||
{{- if .Site.Params.goToTop -}}
|
||||
<a href="#" title="{{ T "footer.go_to_top" }}" id="totop">
|
||||
{{ partial "svgs/arrowUp.svg" (dict "height" 48 "width" 48) . }}
|
||||
</a>
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue