footer.html (835B)
1 <footer> 2 <hr> 3 <a href="#">Back to top</a><br>Design inspired by the <a href="https://bestmotherfucking.website">best motherfucking website</a>.<br> 4 This website was built using Hugo. The source is available <a href="/git/pollux.codes/">here</a>. 5 <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> 6 <div style="max-width: 528px; margin:0em auto"> 7 {{ range (index .Site.Params "buttons") -}} 8 {{- $image := resources.Get .file -}} 9 {{- if .url -}} 10 <a href="{{ .url }}"><img src="{{ $image.RelPermalink }}"></a> 11 {{- else -}} 12 <img src="{{ $image.RelPermalink }}"> 13 {{- end -}} 14 {{- end }} 15 </div> 16 </footer>