remove a 'COUCOU'

This commit is contained in:
Ewen 2023-08-11 07:45:33 +02:00
parent b352f78c94
commit faf0c4b5d5

View file

@ -30,7 +30,6 @@
class="text-primary">{{ . | title | humanize }}</a>
{{ end }}
<a href="{{ .Permalink }}" class="h3 my-3 pt-0">{{ .Title | markdownify }}</a>
COUCOU
<div class="mb-3 post-meta">
{{ if not .Params.HideDate }}
<span>{{ (time .Date) | time.Format (.Params.date_format | default "2 January 2006") }}</span>