GothenburgBitFactory / tw.org

Repository for tw.org site
https://taskwarrior.org
9 stars 43 forks source link

Web fixes #936

Closed sebastiancarlos closed 1 month ago

sebastiancarlos commented 1 month ago

Fix footer overflow on mobile

Done by adding a text-break class to the overflowed link. In turn, this fixes the rendering of the header on mobile, as it requires that nothing is overflowing in order to render in a fixed position.

Fix rendering of empty table of contents in news pages

Sometimes, Hugo's table of contents will contain empty list items (source). In those cases, we don't want to render it.

We updated the sidebar-single.html partial to only render the table of contents if it contains an anchor tag, thereby ensuring that there is some actual content to display.

Fixes #935

Remove leftover files

ie10-viewport-bug-workaround.js and jquery.min.js