From 256b0875cb944512da5daa4e5cecf3b3c9aaee9f Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 10 Mar 2020 01:20:31 +0100 Subject: [PATCH] site: make resources editable --- docs/_layouts/page.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 28364e7d..caa61864 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -6,6 +6,11 @@ layout: default
+ {%- if page.permalink contains "resources" %} + + {% endif -%}

{{ page.title }}

{{ content }}