2024-11-18 20:27:34 +00:00
|
|
|
<footer class="footer">
|
|
|
|
<hr />
|
|
|
|
|
2024-11-18 20:19:39 +00:00
|
|
|
<p>Website contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
|
|
|
Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
|
|
|
|
<a href="https://git.revsuine.xyz/revsuine/revsuine.xyz/">here</a> and licensed under the
|
2024-11-18 20:27:34 +00:00
|
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public Licence v3</a>. <a
|
2024-11-18 22:03:37 +00:00
|
|
|
href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https://github.com/panr/">panr</a>, which is
|
|
|
|
licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">MIT licence</a>.</p>
|
2024-11-18 20:27:34 +00:00
|
|
|
</footer>
|
2024-11-20 00:49:19 +00:00
|
|
|
|
|
|
|
{{ $menu := resources.Get "js/menu.js" | js.Build }}
|
|
|
|
{{ $prism := resources.Get "js/prism.js" | js.Build }}
|
|
|
|
|
|
|
|
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }}
|
|
|
|
|
|
|
|
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
|
|
|
|
|