diff options
author | Alan Pearce | 2014-06-07 10:06:16 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 10:06:16 +0100 |
commit | 44c06029bcb0a87eab6ed1c02beb094b87dc4afa (patch) | |
tree | 88af929f8b94f5ea4b9d49c843e4261d9e5a01df /layouts/_default/list.html | |
parent | 286f0ad3cf7993e557ae4dd9c81a69b2fa89d787 (diff) | |
download | hyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.tar.lz hyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.tar.zst hyde-44c06029bcb0a87eab6ed1c02beb094b87dc4afa.zip |
Make it green.
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 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"> |