snippets: fix the inc front matter

- Fixes the front matter for the incremental notes files, removing
  unnecessary metadata and adding the id.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-07-03 09:36:04 +02:00
parent 4d92ad9863
commit 5167c5c6be
Signed by: igor
GPG Key ID: 692D97C3D0228A99
3 changed files with 5 additions and 4 deletions

View File

@ -112,9 +112,8 @@ return {
[[
---
title: {1}
creation_date: {2}
author: iGor milhit
categories: [inc]
date: {2}
id: {4}
tags: [notes, quotidien, {3}]
---
@ -122,7 +121,8 @@ return {
{
f(get_month_year, {}),
f(get_datetime, {}),
f(get_month, {})
f(get_month, {}),
f(get_id, {})
}
)
),

View File

@ -9,3 +9,4 @@ Réaménagement
biodiversité
hyperindustrialisés
lacto-fermentation
d'engrain

Binary file not shown.