2023-08-20 21:31:53 +00:00
|
|
|
{{- partial "lang.html" . -}}
|
|
|
|
<p class="copyright">{{ .Site.Copyright | markdownify }}</p>
|
2023-11-06 14:53:31 +00:00
|
|
|
<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>
|
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 }}
|