aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorVeikka Kähkönen <insiding@gmail.com>2017-08-29 23:05:32 +0300
committerVeikka Kähkönen <insiding@gmail.com>2017-08-29 23:05:32 +0300
commit8ab0c5c9e0afa98b9af0a407c10685e2d4bbfa7e (patch)
treeacade8a92d0fdd835ca5d5cf79cf734cd3cf564c /_layouts
parenta98618d5b0bd0d99fe3a474586d84ee2d08981fa (diff)
Add baseurl support
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e4ab96f..9081473 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
+ {% assign site_full_url = site.url | append: site.baseurl %}
+
{% include head.html %}
<body>