commit: fc0fc26694911452e96fc24dedff2f0089ecb0dd
parent abef3c346b5757645ae0c4cfb88b9dd33741740a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 25 Jun 2024 17:35:00 +0200
new_article.sh: No need for <h1> anymore
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/new_article.sh b/new_article.sh
@@ -47,7 +47,6 @@ cat >"${WORKDIR}/articles/${file}.xml" <<-EOF
 -->
 <content type="xhtml">
 <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry">
-<a href="/${file_url}"><h1>${title}</h1></a>
 
 <!-- Article content goes here -->