mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
add torchlight plug in footer
This commit is contained in:
parent
47301abe76
commit
4647a67035
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{{- 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>, and <a target="_blank" href="https://www.netlify.com">netlify</a>. Analytics with <a href="https://withcabin.com/privacy/runtimeterror.dev">Cabin</a>.
|
||||
<br><a target="_blank" href="https://github.com/jbowdre/runtimeterror">View source</a>.</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 }}
|
||||
|
|
Loading…
Reference in a new issue