diff options
Diffstat (limited to 'util/mdconv.sh')
-rw-r--r-- | util/mdconv.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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<<EOF <a href="..">↖</a> <time datetime="$date">$(date -d"$date" '+%A, %B %e, %Y')</time> </header> - <main> - $(lowdown "$1") - </main> + $(lowdown "$1") </article> EOF |