From 65ce56b9527ce698214f24db779b7a8a2a4783a1 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 6 Feb 2019 11:49:18 -0800 Subject: website --- docs/glyphs/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/glyphs/index.html') 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" %}{% -- cgit v1.2.3