Add Soudan support

This commit is contained in:
Elnu 2022-07-22 18:31:47 -07:00
parent 36e5b62ea9
commit 1215a728cc
7 changed files with 147 additions and 0 deletions

View file

@ -25,4 +25,8 @@
<div id="main">{{ partial "content.html" .Content }}</div>
</article>
</main>
{{ if isset .Site.Params "soudanurl" }}
<div id="soudan"></div>
<script src="/js/soudan.js"></script>
{{ end }}
{{ end }}