From 310381aad5a371fa225674cf6188d945ec7928d4 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Wed, 23 Dec 2020 00:25:29 -0600 Subject: [PATCH] Remove unused end tags --- _layouts/default.html | 1 - _layouts/wiki.html | 6 ------ 2 files changed, 7 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 07135eaf..43b4b878 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,6 @@ layout: compress
{% include nav.html %} -
{% include language-alert.html %} diff --git a/_layouts/wiki.html b/_layouts/wiki.html index 0097a520..1309e655 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -10,7 +10,6 @@ layout: compress
{% include nav.html %} -
{% include language-alert.html %} @@ -57,11 +56,6 @@ layout: compress {% endfor %} - {% if category %} - - - - {% endif %}