Forráskód Böngészése

:sparkles: Refactor archetypes

George Cushen 9 éve
szülő
commit
45bd191544

+ 0 - 1
archetypes/default.md

@@ -1,3 +1,2 @@
 +++
-math = false
 +++

+ 1 - 0
archetypes/home.md

@@ -1,4 +1,5 @@
 +++
+subtitle = ""
 section_id = 10
 weight = 10
 +++

+ 1 - 0
archetypes/post.md

@@ -1,5 +1,6 @@
 +++
 image = ""
 image_preview = ""
+math = false
 tags = []
 +++

+ 2 - 1
archetypes/project.md

@@ -3,6 +3,7 @@ tags = []
 summary = ""
 image = ""
 image_preview = ""
+math = false
 client_name = ""
 external_link = ""
-+++
++++

+ 2 - 1
archetypes/publication.md

@@ -3,6 +3,7 @@ abstract = ""
 authors = [""]
 image = ""
 image_preview = ""
+math = false
 publication = ""
 url_pdf = ""
 url_code = ""
@@ -10,4 +11,4 @@ url_dataset = ""
 url_project = ""
 url_slides = ""
 url_video = ""
-+++
++++