From 5d87f3a9dfbc57af3497f6bb49b1388ac89df500 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sun, 1 Dec 2019 15:51:48 +0100 Subject: [PATCH] Prefixed svg ids to not clash with normal ids --- _includes/nav.html | 4 ++-- _layouts/default.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index a2fda59..d064b48 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -8,7 +8,7 @@ {%- assign first_level_url = node.url | absolute_url -%} {%- endif -%} {%- if node.has_children -%} - + {%- endif -%} {{ node.title }} {%- if node.has_children -%} @@ -20,7 +20,7 @@ {%- assign second_level_url = child.url | absolute_url -%} {%- endif -%} {%- if child.has_children -%} - + {%- endif -%} {{ child.title }} {%- if child.has_children -%} diff --git a/_layouts/default.html b/_layouts/default.html index c6fd128..bc4ee27 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,19 +8,19 @@ layout: table_wrappers {% include head.html %} - + Link - + Menu - + Search - + Expand @@ -30,7 +30,7 @@ layout: table_wrappers