artofthesmart / hypertext

An incredibly fast, compatible, and efficient Grav CMS theme.
http://hypertext.artofthesmart.com
MIT License
50 stars 14 forks source link

Blog and blog-items without <hr> tags in generated html #46

Closed citoki closed 3 years ago

citoki commented 3 years ago

Hi Alejo,

is it possible not to display the <hr> tag in generated html?

It would be nice to have this option on page level, maybe on hypertext tab, so that it's possible to create blog pages and blog-items without the horizontal line. E.g. I'm planning to have a minimalistic website and I want to publish short articles (blog-items) and the horizontal line makes a distracted look to the page.

Thanks! Steffen

artofthesmart commented 3 years ago

Hmm, which HR is the problem? Under the nav?

Easy hack ahead of learning more: If you don't plan to use them, you could hide <hr> tags with a touch of CSS in the theme settings (hr { display:none;}).

citoki commented 3 years ago

Thanks for the hint! Removing the <hr> tags globally via custom theme settings for CSS works. A more fine granular option to deactivate it per page would be awesome. 😃 Then the <hr> for the website header and before the footer would be visible and we could separate multiple sections on one page.