Browse Source

turn to categories

master
rra 3 years ago
parent
commit
066464ede6
  1. 4
      event_template.md

4
event_template.md

@ -2,7 +2,7 @@
title: "{{ event.name }}"
date: "{{ event.begin }}" #2021-06-10T10:46:33+02:00
draft: false
category: "calendar"
categories: "calendar"
event_begin: "{{ event.begin }}"
event_end: "{{ event.end }}"
duration: "{{ event.duration }}"
@ -18,4 +18,4 @@ location: "{{ event.location }}"
{{ event.description }}
{% endif %}
{% endif %}

Loading…
Cancel
Save