Skip to content

Use header instead of h1 for page header.

Abhilash Raj requested to merge maxking/postorius:use-header into master

This reduces the size of the page header, h1 is too big. It also makes use of more HTML5 elements than just div.

Also, add a js-enabled class to the body using simple Javascript. This allows for us to defined CSS based on whether Javascript is enabled or not.

Merge request reports