runtimeterror/layouts/partials/footer.html

10 lines
666 B
HTML
Raw Normal View History

2023-08-20 21:31:53 +00:00
{{- partial "lang.html" . -}}
<p class="copyright">{{ .Site.Copyright | markdownify }}</p>
2023-11-06 21:50:42 +00:00
<p class="powered_by">{"powered_by": [{{- range $i, $link := .Site.Params.powerLinks }}{{ if $i }}, {{ end }}&quot;<a target="_blank" href="{{ $link.url }}">{{ $link.title }}</a>&quot;{{ end }}]}
2023-12-10 22:48:50 +00:00
<br><a target="_blank" href="https://proven.lol/cd10d3">&lt;</a><a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a><a target="_blank" href="https://proven.lol/cd10d3">&gt;</a></p>
2023-10-21 21:13:44 +00:00
{{ if (findRE "<pre" .Content 1) }}
2023-11-05 01:49:39 +00:00
{{ $jsCopy := resources.Get "js/code-copy-button.js" | minify }}
<script src="{{ $jsCopy.RelPermalink }}"></script>
2023-10-21 21:13:44 +00:00
{{ end }}