2019-02-13 06:11:59 +01:00
|
|
|
<script src="{{ "js/prism.js" | absURL }}"></script>
|
2020-06-03 04:14:46 +02:00
|
|
|
|
|
|
|
{{ $templateDomScripts := resources.Get "js/template-dom-scripts.js" }}
|
|
|
|
{{ $domScripts := $templateDomScripts | resources.ExecuteAsTemplate "js/dom-scripts.js" . }}
|
|
|
|
<script src="{{ $domScripts.Permalink }}"></script>
|