Added shortcodes, lots of improvements and content dump
This commit is contained in:
3
layouts/shortcodes/script.html
Normal file
3
layouts/shortcodes/script.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ with resources.Get (.Get 0) | fingerprint }}
|
||||
<script src='{{ .RelPermalink }}' integrity='{{ .Data.Integrity }}'></script>
|
||||
{{ end }}
|
Reference in New Issue
Block a user