summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 9f439ed..0cfec50 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -65,7 +65,7 @@
65 $endif$ 65 $endif$
66 </nav> 66 </nav>
67 67
68 <main> 68 <main class="l-container l-container--pad-x l-container--pad-y l-container--content">
69 $if(layout.is_categorized_list)$ 69 $if(layout.is_categorized_list)$
70${layouts/categorized_list()} 70${layouts/categorized_list()}
71 $elseif(layout.is_list)$ 71 $elseif(layout.is_list)$