1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple
Pierre Equoy 7b9a859e5e Use <main> and <article> tags in simple theme
Add a <main> tag to surround all the content blocks, so that it's easier
to target the main part of a page (be it an article, the list of posts
or the different categories) using CSS.

Because of this, the <section> part of the article.html template is made
redundant, so it is removed.

Finally, the generic <div> is replaced by an <article> tag to surround
the article's content.
2022-01-17 16:21:59 +08:00
..
templates Use <main> and <article> tags in simple theme 2022-01-17 16:21:59 +08:00