diff options
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ab240a0..8deaa93 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -82,7 +82,7 @@ {% endif %} </ul> </header> - <section> + <section{% unless page.layout == "default" %} class="h-entry"{% endunless %}> {{ content }} |