summaryrefslogtreecommitdiffstatshomepage
path: root/sass (unfollow)
Commit message (Collapse)AuthorLines
2021-06-12templates: Set mute class on banner's <h2>Wolfgang Müller-1/+0
This way we do not have to specify the color in its selector.
2021-06-12Put post titles in the bannerWolfgang Müller-0/+9
Post titles are currently only visible in the feed, or on the post page itself. Since people may remember posts by their titles rather than their number, display the titles on each post's banner as well for easier searching. This means we can now get rid of the extra item in the post page's description. A neat side effect is that we now have a header element for each <article>, making W3C a bit happier.