Index page skips <h2> header #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the index page is generated, it uses an
h1tag for "Latest Posts", and anh3tag for each article title. e.g.:This means that the
h2tag is skipped.I have read that skipping heading ranks can be confusing and should be avoided where possible.
Might it be worth updating
scripts/build/generate_index.shto use anh2tag for articles?Fixed in master. Thanks!