noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 4e8694330f765a78a6854ccf0a5afd32021f03f9
parent: 41263959de534e0bd97a311fb1e3fc8f9a267328
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 4 Nov 2022 15:59:32 +0100
fix broken first paragraph in all article
Mbuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build b/build
@@ -314,7 +314,7 @@ prerender() {
 		&& while read -r tag; do
 		tag_safe="$(echo "${tag}" | tr \  _)"
 		printf '.LI\n.CLURL "../tags/%s" art-tag "%s"\n' "${tag_safe}" "${tag}"
-	done < "${base_path}"/.tags && printf '.ULE\n.DIVE\n'
+	done < "${base_path}"/.tags && printf '.ULE\n.DIVE\n\n'
 
 	[ -f "${base_path}"/.edit ] \
 		&& sed "${base_path}"/.edit                                         \