This commit is contained in:
2023-03-20 18:21:41 -05:00
parent cd105785bf
commit 337a62c7cd
7 changed files with 17 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<h2 class="post-title">
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
<a class="heading-link" href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
</h2>