Break section template into first and descendent sections
First section templates render the most recent $n yearly subsections as a list of articles. Descendent sections render just the content of those subsections.
This commit is contained in:
parent
50dc3c45c1
commit
59ff58e159
6 changed files with 81 additions and 26 deletions
|
@ -6,3 +6,9 @@ draftNo: "NO"
|
|||
|
||||
home: Home
|
||||
tableOfContents: Table of Contents
|
||||
|
||||
# Title of section of a list page where years older than
|
||||
# .Site.Params.blog.yearLimit are collapsed into a bulleted list.
|
||||
olderPagesSectionTitle: Older
|
||||
|
||||
yearsTagTitle: Years
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue