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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/script.html')
-rw-r--r--layouts/partials/script.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
new file mode 100644
index 0000000..a02b6ec
--- /dev/null
+++ b/layouts/partials/script.html
@@ -0,0 +1,2 @@
+{{$script := resources.Get "js/script.js"}}
+<script src="{{$script.Permalink}}"></script>