Organize summary template files

Also a small CSS patch to fix margin around post-title
This commit is contained in:
2023-02-28 18:24:19 -06:00
parent 316c62ebe8
commit 6f140f096b
10 changed files with 12 additions and 30 deletions

View File

@ -0,0 +1,12 @@
<a class="section-anchor" href="{{ .Permalink }}">
<div class="section">
<h2 class="section-title">
{{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }}
{{ .Title | markdownify }}
</h2>
<div class="section-description">
{{ partial "description-or-summary.html" . }}
</div>
</div>
</a>