lib/jekyll/stubs/blatt.md in jekyll-zettel-0.6.4 vs lib/jekyll/stubs/blatt.md in jekyll-zettel-0.6.5
- old
+ new
@@ -1,35 +1,30 @@
---
+layout: blatt
+#
# created_at: #{Time.now}
#
-# Never ever change the id of your page!
-# Changing the id has manifold side effects. Most of them unwanted.
-# If you want to move or rename the page do it within the realms of
-# this project.
+# Die ID der Glosse entspricht dem Namen des Unterverzeichnisses.
+# Dieser Wert darf auf keinen Fall geändert werden!
#
-id: #{args['id']}
+id: #{args['slug']}
#
+# Die Dokumentation aller Properties findest du unter
+# https://jessas.org/projekt/dokumentation/arbeitsblatt/#frontmatter
#
-# Be careful in changing the layout of this page.
-# Additional meta data may be required.
-#
-layout: page
-#
-#
-# The following front-matter attributes are mandatory
-#
-title:
+title: #{args['title']}
description:
#
+# Optionale Properties
#
-# These front-matter attributes are optional, but support a nice
-# look-and-feel. If you want to use them just delete the hash
-# character at the beginning of the corresponding lines.
-#
-# kicker:
+# tags: []
+# folgezettel: []
# image:
+# via:
+# text:
+# href:
+# annotation:
---
-
<!-- Fußnoten -->
<!-- Links -->