summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/categorized_list.html2
-rw-r--r--templates/layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index d5dafaf..8f8b1ae 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -1,5 +1,5 @@
1<section class="l-container l-container--pad-x l-container--pad-y l-container--content"> 1<section class="l-container l-container--pad-x l-container--pad-y l-container--content">
2 <div class="s-headlines s-body s-colored-links"> 2 <div class="s-headlines s-colored-links">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> 3 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
4 4
5$body$ 5$body$
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index b76c606..a7b68c3 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -1,5 +1,5 @@
1<section class="l-container l-container--pad-x l-container--pad-y l-container--content"> 1<section class="l-container l-container--pad-x l-container--pad-y l-container--content">
2 <div class="s-headlines s-body"> 2 <div class="s-headlines s-colored-links">
3$body$ 3$body$
4 </div> 4 </div>
5 5