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

12 lines
240 B
Markdown
Raw Normal View History

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