summaryrefslogtreecommitdiff
path: root/docs/glyphs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glyphs')
-rw-r--r--docs/glyphs/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/glyphs/index.html b/docs/glyphs/index.html
index 7d9fb09eb..438118da1 100644
--- a/docs/glyphs/index.html
+++ b/docs/glyphs/index.html
@@ -4,10 +4,9 @@ title: Glyphs
---
{%
-capture url_root
- %}{% if site.safe == false %}/{% else %}/inter/{% endif
-%}{%
-endcapture %}{%
+if site.safe == false %}{%
+assign url_root = "/" %}{% else %}{%
+assign url_root = "/inter/" %}{% endif %}{%
for file in site.static_files %}{%
assign _path = file.path | remove_first: "/inter" %}{%