Skip to content

Commit

Permalink
Merge pull request tomfran#31 from Frankkkkk/patch-1
Browse files Browse the repository at this point in the history
single view: markdownify summary
  • Loading branch information
tomfran authored Oct 10, 2024
2 parents 5edbb33 + 3dbee5b commit ece1721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<h1 class="single-title">{{ .Title }}</h1>
{{ with .Param "summary" }}
<p class="single-summary">{{ . }}</p>
<p class="single-summary">{{ . | markdownify }}</p>
{{ end }}

{{/* Reading Time */}}
Expand Down Expand Up @@ -96,4 +96,4 @@ <h1 class="single-title">{{ .Title }}</h1>

</div>

{{ end }}
{{ end }}

0 comments on commit ece1721

Please sign in to comment.