_layouts/default.html in brume-1.0.2 vs _layouts/default.html in brume-1.1.0

- old
+ new

@@ -2,10 +2,10 @@ <html> <head> {% include head.html %} </head> <body> - <main class="container {{ site.color_scheme }}"> + <main class="container {% if site.color_scheme %}{{ site.color_scheme }}{% else %}avocado{% endif %}"> {% if page.title == "Home" %} <header class="fadeInLeft animated"> {% else %} <header> {% endif %}