<p class="copyright">{{ .Site.Copyright | markdownify }}</p> <p class="footer_links">{"<a href="/slashes/" title="slashpages">/slashes</a>": [{{- range $i, $link := .Site.Params.slashPages }}{{ if $i }}, {{ end }}"<a href="{{ $link.url }}" title="{{ $link.label }}">{{ $link.title }}</a>"{{ end }}]} <br><<a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a>></p> <!-- Back to Top button via https://github.com/vfeskov/vanilla-back-to-top --> {{ $jsToTop := resources.Get "js/back-to-top.js" | minify }} <script src="{{ $jsToTop.RelPermalink }}"></script> <script>addBackToTop()</script> <!-- Search index via https://victoria.dev/blog/add-search-to-hugo-static-sites-with-lunr/ --> {{ partial "search-index.html" .}} <!-- Code Copy button via https://digitaldrummerj.me/hugo-add-copy-code-snippet-button/ --> {{ if (findRE "<pre" .Content 1) }} {{ $jsCopy := resources.Get "js/code-copy-button.js" | minify }} <script src="{{ $jsCopy.RelPermalink }}"></script> {{ end }}