runtimeterror/layouts/partials/footer.html

10 lines
734 B
HTML

{{- partial "lang.html" . -}}
<p class="copyright">{{ .Site.Copyright | markdownify }}</p>
<p class="advertisement">Powered by: [<a target="_blank" href="https://gohugo.io/">hugo</a> | <a target="_blank" href="https://github.com/joeroe/risotto">risotto</a> | <a target="_blank" href="https://torchlight.dev">Torchlight</a> | <a target="_blank" href="https://withcabin.com/privacy/runtimeterror.dev">Cabin</a> | <a target="_blank" href="https://www.netlify.com">netlify</a>]
<br>[<a target="_blank" href="https://github.com/jbowdre/runtimeterror">View source</a>]</p>
{{ if (findRE "<pre" .Content 1) }}
{{ $jsCopy := resources.Get "js/code-copy-button.js" | minify }}
<script src="{{ $jsCopy.RelPermalink }}"></script>
{{ end }}