From 89ff7a7514de03dc95ea3bd7cd66f18bcfa237e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 22 Jul 2019 17:19:05 +0200 Subject: templates: Correctly wrap articles in
As per guidelines,
should contain
, and not the other way around. --- templates/post.xml | 4 +++- util/mdconv.sh | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/post.xml b/templates/post.xml index 4a7ee05..0e68610 100644 --- a/templates/post.xml +++ b/templates/post.xml @@ -13,7 +13,9 @@ -
+
+
+
diff --git a/util/mdconv.sh b/util/mdconv.sh index 19f4d4c..1e48eb7 100644 --- a/util/mdconv.sh +++ b/util/mdconv.sh @@ -13,8 +13,6 @@ cat< -
- $(lowdown "$1") -
+ $(lowdown "$1")
EOF -- cgit v1.2.3-2-gb3c3