From d4165271bc65156d76994382c51fc36048730298 Mon Sep 17 00:00:00 2001 From: mayx Date: Wed, 25 Jun 2025 06:45:14 +0000 Subject: [PATCH] Update 2 files - /_layouts/xslt_container.html - /_layouts/default.html --- _layouts/default.html | 8 ++++---- _layouts/xslt_container.html | 9 ++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index faf3f86..5132570 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ --- layout: xslt_container --- - + @@ -61,8 +61,7 @@ layout: xslt_container

{{ site.description | default: site.github.project_tagline }}

- - +  

@@ -137,4 +136,5 @@ layout: xslt_container - \ No newline at end of file + + \ No newline at end of file diff --git a/_layouts/xslt_container.html b/_layouts/xslt_container.html index c035d69..ef45d5f 100644 --- a/_layouts/xslt_container.html +++ b/_layouts/xslt_container.html @@ -5,9 +5,7 @@ xmlns:atom="http://www.w3.org/2005/Atom"> - {{ content }} -
@@ -44,9 +42,6 @@
-{% else %} - - - {{ content }} - +{% else %} +{{ content }} {% endif %} \ No newline at end of file