aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default')
-rw-r--r--themes/simple/layouts/_default/list.html2
-rw-r--r--themes/simple/layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index e194063..e32acd0 100644
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -1,5 +1,5 @@
1{{ define "main" }} 1{{ define "main" }}
2<main aria-role="main" class="container-blog"> 2<main aria-role="main" class="container-blog px-6 md:p-0">
3 3
4 <h1 class="text-2xl font-bold mb-6">Blog posts</h1> 4 <h1 class="text-2xl font-bold mb-6">Blog posts</h1>
5 5
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html
index 7142f1b..45dc4e6 100644
--- a/themes/simple/layouts/_default/single.html
+++ b/themes/simple/layouts/_default/single.html
@@ -1,5 +1,5 @@
1{{ define "main" }} 1{{ define "main" }}
2<main aria-role="main" class="container-blog"> 2<main aria-role="main" class="container-blog px-6 md:p-0">
3 3
4 <!-- Single article --> 4 <!-- Single article -->
5 <article itemtype="http://schema.org/Article" class="mb-12"> 5 <article itemtype="http://schema.org/Article" class="mb-12">