hugo-geekblog/exampleSite/content/posts/sticky.md

12 lines
242 B
Markdown
Raw Normal View History

2020-07-13 07:00:19 +00:00
---
title: "Simple sticky posts"
weight: 1
2020-09-12 17:00:28 +00:00
date: 2020-06-13T00:06:00+02:00
2020-07-13 07:00:19 +00:00
authors:
- john-doe
tags:
- Open Source
---
2020-07-13 07:07:33 +00:00
Sticky (or pinned) posts implementation is currently really simple and handled by `weight: 1` in a post front matter.