feat: logo, bio, oprava footeru a configu
This commit is contained in:
@@ -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">
|
||||
© 2024–2026 Arch Linux CZ
|
||||
{{ 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 -}}
|
||||
Reference in New Issue
Block a user