footer.html (849B)
1 <footer> 2 <hr> 3 <a href="#">Back to top</a><br> 4 Design inspired by the <a href="https://bestmotherfucking.website">best motherfucking website↗️</a>.<br> 5 This website was built using Hugo. The source is available <a href="/git/pollux.codes/">here</a>. 6 <p style="margin: 0" xmlns:cc="http://creativecommons.org/ns#" >This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0↗️</a>.</p> 7 <div style="max-width: 528px; margin:0em auto"> 8 {{ range (index .Site.Params "buttons") -}} 9 {{- $image := resources.Get .file -}} 10 {{- if .url -}} 11 <a href="{{ .url }}"><img src="{{ $image.RelPermalink }}"></a> 12 {{- else -}} 13 <img src="{{ $image.RelPermalink }}"> 14 {{- end -}} 15 {{- end }} 16 </div> 17 </footer>