changeset 1128:6ab1299c1058

theme: Fix quickstart message formatting.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Feb 2018 20:20:48 -0800
parents 4cc020ff2537
children 957f7c972715
files piecrust/resources/theme/pages/_index.html
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/resources/theme/pages/_index.html	Wed Feb 28 20:16:33 2018 -0800
+++ b/piecrust/resources/theme/pages/_index.html	Wed Feb 28 20:20:48 2018 -0800
@@ -1,6 +1,6 @@
 ---
 title: 
-format: none
+format: markdown
 ---
 
 {% if pagination.has_posts %}
@@ -16,8 +16,6 @@
 {% endif %}
 
 
-<--markdown-->
-
 {% if not pagination.has_posts and not site.hide_quickstart %}
 
 ## Quick Start
@@ -57,5 +55,6 @@
 [piecrust]: {{ piecrust.url }}
 [doc]: http://bolt80.com/piecrust/
 [slug]: http://en.wikipedia.org/wiki/Clean_URL#Slug
+
 {% endif %}