forked from github/pelican
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. |
||
|---|---|---|
| .. | ||
| archives.html | ||
| article.html | ||
| author.html | ||
| authors.html | ||
| base.html | ||
| categories.html | ||
| category.html | ||
| gosquared.html | ||
| index.html | ||
| page.html | ||
| pagination.html | ||
| period_archives.html | ||
| tag.html | ||
| tags.html | ||
| translations.html | ||