aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-30 06:30:00 +0300
committerValentin Popov <info@valentineus.link>2018-09-30 06:30:00 +0300
commit3c77c6d356788884d1467fdfc07c854c50b7bf63 (patch)
tree4c086d50f4e1a6d9cdc43782f8837e14902283ca /_includes/head.html
parentbdaafc3d36e1529ce5471fa1358f90ffcf715dd9 (diff)
downloadpopov.link-3c77c6d356788884d1467fdfc07c854c50b7bf63.tar.xz
popov.link-3c77c6d356788884d1467fdfc07c854c50b7bf63.zip
Added template engine
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index cf13d0b..8b175eb 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -43,4 +43,5 @@
<!-- JavaScript -->
<script defer type="text/javascript" src="{{ '/assets/javascript/jquery-1.12.4.min.js' | relative_url | uri_escape }}"></script>
<script defer type="text/javascript" src="{{ '/assets/javascript/bootstrap-3.3.7.min.js' | relative_url | uri_escape }}"></script>
-</head> \ No newline at end of file
+ <script defer type="text/javascript" src="{{ '/assets/javascript/doT-1.1.0.min.js' | relative_url | uri_escape }}"></script>
+</head>