Skip to content

Commit fd6fb1f

Browse files
authored
Merge pull request #9 from itsallcode/fix-sections
Fix rendering of all posts
2 parents 86da932 + 85f6809 commit fd6fb1f

38 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*.old
55
*.log
66
*.lock
7-
public/
7+
/public/

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ params:
2121
url: 'https://github.com/itsallcode'
2222
- id: youtube
2323
url: 'https://www.youtube.com/@itsallcode-org'
24-
mainSections: ["2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"]
24+
mainSections: ['posts']
2525

2626
menu:
2727
main:

0 commit comments

Comments
 (0)