aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-03-22 18:35:28 +0100
committerClément Bénier <clement.benier@iot.bzh>2019-03-22 18:35:28 +0100
commitc54442642d7cff359ae91dec68148d98ab625bc9 (patch)
tree8fd23e206720b522e3f3865badb9e38d4b67313f
parent43449b1d43f6a7f3ecb13b74eefb378739492679 (diff)
capture
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r--site/_layouts/doc.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/_layouts/doc.html b/site/_layouts/doc.html
index c064ccf..d09a924 100644
--- a/site/_layouts/doc.html
+++ b/site/_layouts/doc.html
@@ -15,8 +15,7 @@ scripts:
set some constants
{% endcomment %}
{% assign ALL_PAGES = site.data.all-pages %}
-{% assign DOCSDIR = site.baseurl %}
-{% capture DOCSDIR %}{{DOCSDIR}}{{ site.docsurl }}{% endcapture %}
+{% capture DOCSDIR %}{{ site.baseurl }}{{ site.docsurl }}{% endcapture %}
{% assign TOCSDIR = site.data.tocs %}
{% assign TOCFILE = TOCSDIR[page.tocdir][page.tocfile] %}