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
There's also a CSS issue in this regard: below a width of 960px the aside appears to be below, but between 960-1020px the left and right padding is missing:
Hi @blueyed For the first issue, I believe that was my intent. That is, I would not want the line length to be really wide no matter what is on the page. I fixed the second issue and it's in the latest release. Thanks for your patience!
I was confused about the white / blank space on the right for when there is no TOC / related pages.
Code: https://github.com/budparr/gohugo-theme-ananke/blob/7a32e28d4b239a279ba0415bd26f93f5ced5128c/layouts/_default/single.html#L34-L36
Is it possible to skip the
<aside>
block complete if it is empty / only contains whitespace?The text was updated successfully, but these errors were encountered: