Skip to content

Commit

Permalink
Auto Summary is now html.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Sep 8, 2024
1 parent 241198f commit 7585387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<h2 class="title mt--s{{ if $.Param "submitted" | default false }} mb--xxs{{ end }}"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ if $.Param "submitted" | default false }}{{ partial "submitted.html" . -}}{{ end }}
</header>
<p>{{ .Summary }}</p>
{{ .Summary }}
</article>

0 comments on commit 7585387

Please sign in to comment.