From 36a57c79a514fb18df2b34d88cbc139e8521fd35 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Mon, 3 Apr 2023 12:23:34 +0100 Subject: [PATCH] Remove theme name from template parts (#6972) --- verso/templates/archive.html | 4 ++-- verso/templates/index.html | 4 ++-- verso/templates/page.html | 4 ++-- verso/templates/search.html | 4 ++-- verso/templates/single.html | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/verso/templates/archive.html b/verso/templates/archive.html index e3f51d1e1..475d59b19 100644 --- a/verso/templates/archive.html +++ b/verso/templates/archive.html @@ -1,4 +1,4 @@ - +
@@ -34,4 +34,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/verso/templates/index.html b/verso/templates/index.html index b79a30311..13f8f69dc 100644 --- a/verso/templates/index.html +++ b/verso/templates/index.html @@ -1,4 +1,4 @@ - +
@@ -32,4 +32,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/verso/templates/page.html b/verso/templates/page.html index 7c5e33fad..4bfb8d685 100644 --- a/verso/templates/page.html +++ b/verso/templates/page.html @@ -1,4 +1,4 @@ - +
@@ -8,4 +8,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/verso/templates/search.html b/verso/templates/search.html index 89c1893f0..9e7d78164 100644 --- a/verso/templates/search.html +++ b/verso/templates/search.html @@ -1,4 +1,4 @@ - +
@@ -20,4 +20,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/verso/templates/single.html b/verso/templates/single.html index 3992182a6..5ad9cd472 100644 --- a/verso/templates/single.html +++ b/verso/templates/single.html @@ -1,11 +1,11 @@ - +
-
+ @@ -48,4 +48,4 @@ - \ No newline at end of file + \ No newline at end of file