konfluks/lumbunglib/templates/feed.md

14 lines
394 B
Markdown
Raw Normal View History

2021-12-15 10:30:10 +00:00
---
title: "{{ frontmatter.title }}"
date: "{{ frontmatter.date }}" #2021-06-10T10:46:33+02:00
draft: false
summary: "{{ frontmatter.summary }}"
authors: ["{{ frontmatter.author }}"]
2021-12-15 10:30:10 +00:00
original_link: "{{ frontmatter.original_link }}"
feed_name: "{{ frontmatter.feed_name}}"
2022-04-21 12:17:12 +00:00
categories: ["{{ frontmatter.card_type }}", "{{ frontmatter.feed_name}}"]
2022-01-05 12:39:01 +00:00
tags: {{ frontmatter.tags }}
2021-12-15 10:30:10 +00:00
---
2021-12-15 10:41:35 +00:00
{{ content }}