Brug en kortere frase

This commit is contained in:
Niels G. W. Serup 2024-11-27 22:23:49 +01:00
parent 4860dfc93c
commit 1b7c470412
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ handleRecipeDir recipesDir outputDir htmlTemplate indexName recipeSubDirs name =
title <- extractTitle pandoc
date <- extractDate name
pandoc' <- injectAfterTitle (
(onToken T.concat [ inject "<p class=\"date\">Offentliggjort "
(onToken T.concat [ inject "<p class=\"date\">Lagt op "
, onToken formatDate date
, inject "</p>"
]))