the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: enhance blog template with main blog and archival section headings

+5
+5
templates/blog.html
··· 1 1 {% extends "base.html" %} {% block content %} 2 2 <h1 class="title">{{ section.title }}</h1> 3 + 4 + <p role="heading">--- <span style="letter-spacing: 0.1em;">Main Blog</span> ---</p> 5 + 3 6 <ul> 4 7 <!-- If you are using pagination, section.pages will be empty. 5 8 You need to use the paginator object --> ··· 9 12 {% endif %} 10 13 {% endfor %} 11 14 </ul> 15 + 16 + <p role="heading" >--- <span style="letter-spacing: 0.213em;">Archival</span> ---</p> 12 17 13 18 <ul> 14 19 {% for page in section.pages %}