diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 | 
| commit | edd49a893c5f581a2f622f2b29a289760bbc2edc (patch) | |
| tree | 320c58776b5c04db7adf188d065f135aa28a8f83 /layouts/partials/post-entry.html | |
| parent | 769239a8e95cf761075a1248818a6578d7522fac (diff) | |
Format
Diffstat (limited to 'layouts/partials/post-entry.html')
| -rw-r--r-- | layouts/partials/post-entry.html | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/layouts/partials/post-entry.html b/layouts/partials/post-entry.html index 5c89bca..2439632 100644 --- a/layouts/partials/post-entry.html +++ b/layouts/partials/post-entry.html @@ -5,11 +5,14 @@      {{ $dateFormat = .}}      {{ end }} -      <p class="line-date">{{ .Date.Format $dateFormat }} </p>      <div> -        <p class="line-title"> <a href="{{ .RelPermalink }}">{{ .Title }}</a></p> +        <p class="line-title"> +            <a href="{{ .RelPermalink }}"> +                {{ .Title }} +            </a> +        </p>          {{ if .Site.Params.listSummaries }}          <p class="line-summary"> {{ .Summary }} </p> | 
