You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In layouts/index.html, there is a article element for content, which creates unnecessary (and IMHO annoying) vertical space if there is no content to display:
In layouts/index.html, there is a article element for content, which creates unnecessary (and IMHO annoying) vertical space if there is no content to display:
https://github.com/theNewDynamic/gohugo-theme-ananke/blob/master/layouts/index.html#L2
I suggest that this article element is only included if there is content to display. Something like this:
The text was updated successfully, but these errors were encountered: