From: MatthewOwens Date: Tue, 21 Jul 2020 16:09:11 +0000 (+0100) Subject: removed p tags X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=4a0c2b6a494f3553fd16361a93ae2fced305800b;p=website.git removed p tags --- diff --git a/scripts/posts.awk b/scripts/posts.awk index a024f66..b78d008 100644 --- a/scripts/posts.awk +++ b/scripts/posts.awk @@ -8,7 +8,7 @@ BEGIN { file = sprintf("%s-%s-%s-%s", $1, $2, $3, $4) string = sprintf("%s/%s/%s - %s", $1, $2, $3, $4) - printf("\t

%s

\n", file, string) + printf("\t
%s
\n", file, string) } END {