6 lines
271 B
HTML
6 lines
271 B
HTML
<script src="{{ "js/prism.js" | absURL }}"></script>
|
|
|
|
{{ $templateDomScripts := resources.Get "js/template-dom-scripts.js" }}
|
|
{{ $domScripts := $templateDomScripts | resources.ExecuteAsTemplate "js/dom-scripts.js" . }}
|
|
<script src="{{ $domScripts.Permalink }}"></script>
|