From b47f7234b0fbe54a50009d02ad6568cfbdb237fa Mon Sep 17 00:00:00 2001 From: madhusudhand Date: Wed, 14 Jun 2023 09:41:22 +0800 Subject: [PATCH] remove theme attribute from the template part definitions --- jaida/templates/404.html | 4 ++-- jaida/templates/archive.html | 4 ++-- jaida/templates/index.html | 4 ++-- jaida/templates/page.html | 4 ++-- jaida/templates/search.html | 4 ++-- jaida/templates/single.html | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/jaida/templates/404.html b/jaida/templates/404.html index 21c506a845..889a220478 100644 --- a/jaida/templates/404.html +++ b/jaida/templates/404.html @@ -1,4 +1,4 @@ - +
@@ -12,4 +12,4 @@

- \ No newline at end of file + \ No newline at end of file diff --git a/jaida/templates/archive.html b/jaida/templates/archive.html index f103780795..04f9246049 100644 --- a/jaida/templates/archive.html +++ b/jaida/templates/archive.html @@ -1,4 +1,4 @@ - +
@@ -42,4 +42,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/jaida/templates/index.html b/jaida/templates/index.html index e9f20b52f6..ca7435a42c 100644 --- a/jaida/templates/index.html +++ b/jaida/templates/index.html @@ -1,4 +1,4 @@ - +
@@ -40,4 +40,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/jaida/templates/page.html b/jaida/templates/page.html index e9c2fe0e73..56547999d8 100644 --- a/jaida/templates/page.html +++ b/jaida/templates/page.html @@ -1,4 +1,4 @@ - +
@@ -17,5 +17,5 @@ -
+
\ No newline at end of file diff --git a/jaida/templates/search.html b/jaida/templates/search.html index 5dd5ef5685..2cd84f5347 100644 --- a/jaida/templates/search.html +++ b/jaida/templates/search.html @@ -1,4 +1,4 @@ - +
@@ -90,4 +90,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/jaida/templates/single.html b/jaida/templates/single.html index f15aabb6dd..948defb699 100644 --- a/jaida/templates/single.html +++ b/jaida/templates/single.html @@ -2,7 +2,7 @@
-
+
@@ -11,7 +11,7 @@
-
+
@@ -79,7 +79,7 @@ -
+
@@ -97,5 +97,5 @@ -
+
\ No newline at end of file