about summary refs log tree commit diff stats
path: root/layouts/_default
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 10:06:16 +0100
committerAlan Pearce2014-06-07 10:06:16 +0100
commit44c06029bcb0a87eab6ed1c02beb094b87dc4afa (patch)
tree88af929f8b94f5ea4b9d49c843e4261d9e5a01df /layouts/_default
parent286f0ad3cf7993e557ae4dd9c81a69b2fa89d787 (diff)
downloadhyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.tar.lz
hyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.tar.zst
hyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.zip
Make it green.
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 35f2a6a..4de3043 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
 {{ template "theme/partials/head.html" . }}
-	<body>
+	<body class="theme-base-0b">
 {{ 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 f627d2d..1af2a66 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,5 @@
 {{ template "theme/partials/head.html" . }}
-	<body>
+	<body class="theme-base-0b">
 {{ template "theme/partials/sidebar.html" . }}
 		<div class="content container">
 			<div class="post">