Add Soudan support
This commit is contained in:
parent
36e5b62ea9
commit
1215a728cc
7 changed files with 147 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue