diff options
| author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-11-19 09:30:04 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 09:30:04 +0100 | 
| commit | 9d892aa386eebccb380d17924b8393f25b0d2e3f (patch) | |
| tree | 2677377e8f5e0cc7402b20116c218585e79cfe38 /layouts | |
| parent | aab4bd1dd51b69c0d28aada4f5fd80d058237c49 (diff) | |
| parent | 31e6feecc09794795432b552e076aae7b71a9cd8 (diff) | |
Merge pull request #50 from jpvg10/translate-dates
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/post-entry.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/partials/post-entry.html b/layouts/partials/post-entry.html index 2439632..1f57f23 100644 --- a/layouts/partials/post-entry.html +++ b/layouts/partials/post-entry.html @@ -5,7 +5,7 @@      {{ $dateFormat = .}}      {{ end }} -    <p class="line-date">{{ .Date.Format $dateFormat }} </p> +    <p class="line-date">{{ .Date | time.Format $dateFormat }} </p>      <div>          <p class="line-title"> | 
