✨ feat: add pinned posts functionality (#424)
This commit is contained in:
@@ -120,7 +120,6 @@ highlight_theme = "css"
|
||||
+++
|
||||
title = "Home"
|
||||
paginate_by = 5 # Show 5 posts per page.
|
||||
template = "section.html"
|
||||
+++
|
||||
```
|
||||
|
||||
@@ -132,7 +131,6 @@ highlight_theme = "css"
|
||||
+++
|
||||
title = "Home"
|
||||
# Note we're not setting `paginate_by` here.
|
||||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
section_path = "blog/_index.md" # Where to find your posts.
|
||||
|
Reference in New Issue
Block a user