mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-04 20:30:44 +00:00
12 lines
240 B
Markdown
12 lines
240 B
Markdown
---
|
|
title: Simple sticky posts
|
|
weight: 1
|
|
date: 2020-06-13T00:06:00+02:00
|
|
authors:
|
|
- john-doe
|
|
tags:
|
|
- Open Source
|
|
---
|
|
|
|
Sticky (or pinned) posts implementation is currently really simple and handled by `weight: 1` in a post front matter.
|