about summary refs log tree commit diff stats
path: root/layouts/_default
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 10:07:10 +0100
committerAlan Pearce2014-06-07 10:07:10 +0100
commit15e3433c673d692232b0140da8160324ef7c2fa2 (patch)
treee35108ac8786008a7f12276e3154b859bf5f93eb /layouts/_default
parent44c06029bcb0a87eab6ed1c02beb094b87dc4afa (diff)
downloadhyde-15e3433c673d692232b0140da8160324ef7c2fa2.tar.lz
hyde-15e3433c673d692232b0140da8160324ef7c2fa2.tar.zst
hyde-15e3433c673d692232b0140da8160324ef7c2fa2.zip
Reverse layout. Content-first development!
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4de3043..38c880c 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
 {{ template "theme/partials/head.html" . }}
-	<body class="theme-base-0b">
+	<body class="theme-base-0b layout-reverse">
 {{ template "theme/partials/sidebar.html" . }}
 		<div class="content container">
 			<ul class="posts">
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1af2a66..ce35c85 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,5 @@
 {{ template "theme/partials/head.html" . }}
-	<body class="theme-base-0b">
+	<body class="theme-base-0b layout-reverse">
 {{ template "theme/partials/sidebar.html" . }}
 		<div class="content container">
 			<div class="post">