SEMICeu / style-guide

SEMIC style guide to create reusable vocabularies and application profiles
https://semiceu.github.io/style-guide/
Creative Commons Attribution 4.0 International
9 stars 2 forks source link

HTML page title is missing #27

Closed csnyulas closed 1 year ago

csnyulas commented 1 year ago

We need to add a title to the HTML page, so that people looking at the tabs would know that this is about the SEMIC Style Guide.

Currently it looks like this:

image

csnyulas commented 1 year ago

This happens only on the sub pages, because they don't have a title-level header (starting with =). The main page (index.html) has a title, and it is also shown in the browser tab.

One solution would be to repeat the title on each subpage. Perhaps even trying to hide it somehow. ^1 I am not sure how this would interact with the contents/index generation.

Another solution (although not recommended) would be to define a header file, where the title of the page is defined: https://docs.asciidoctor.org/asciidoc/latest/docinfo/#head

costezki commented 1 year ago

It is fixed now. Each page has an H1 title.