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:
authorRandomBloke <asleeppiano@outlook.com>2020-03-23 22:05:04 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-03-23 22:05:04 +0300
commit9c9f3d6d5e19356a5eae4b23ac7ac877cb1ce12a (patch)
tree0bf6d61ab976555f7b6dd3c0de19d0c308f78359 /layouts/partials/script.html
parent538b7e8125f3c9fe8e01e4b85180ff5af7a7a58c (diff)
copied a resource dir to exampleSiete, add script partial
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>