shuffle paths, libs, templates

This commit is contained in:
cellarspoon
2021-12-15 11:50:55 +01:00
parent 23e57d08c2
commit c0dd9c51af
13 changed files with 0 additions and 269 deletions

View File

@ -0,0 +1,13 @@
---
title: "{{ frontmatter.title }}"
date: "{{ frontmatter.date }}" #2021-06-10T10:46:33+02:00
draft: false
summary: "{{ frontmatter.summary }}"
author: "{{ frontmatter.author }}"
original_link: "{{ frontmatter.original_link }}"
feed_name: "{{ frontmatter.feed_name}}"
categories: ["network", "{{ frontmatter.feed_name}}"]
tags: { { frontmatter.tags } }
---
{{ content }}