diff --git a/byg/app/SiteGenerator.hs b/byg/app/SiteGenerator.hs index 2b50f0b..44ada33 100644 --- a/byg/app/SiteGenerator.hs +++ b/byg/app/SiteGenerator.hs @@ -60,7 +60,7 @@ handleRecipeDir recipesDir outputDir htmlTemplate indexName recipeSubDirs name = title <- extractTitle pandoc date <- extractDate name pandoc' <- injectAfterTitle ( - (onToken T.concat [ inject "

Offentliggjort " + (onToken T.concat [ inject "

Lagt op " , onToken formatDate date , inject "

" ]))