Welcome to mirror list, hosted at ThFree Co, Russian Federation.

js.html « partials « layouts - github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0b33d32b9c455e312627b7a79dd842004b71d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
<script src="{{ "js/throttle.js" | absURL }}"></script>
<script src="{{ "js/helpers.js" | absURL }}"></script>
<script src="{{ "js/wild_template.js" | absURL }}"></script>
<script src="{{ "js/edidor.js" | absURL }}"></script>

{{ if (.Site.Params.isHighlightCode) }}
<script src="{{ "js/highlight.pack.js" | absURL }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
{{ end }}

{{ template "_internal/google_analytics_async.html" . }}