diff options
author | jaseg <git@jaseg.de> | 2023-10-14 13:02:49 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-14 13:02:49 +0200 |
commit | 2cdeee2a3c728a42dc1b9fe9d6892ea647402e1c (patch) | |
tree | 0a1fddd983927b94611e9ef9f2dbd2d9fefcd133 /themes/conspiracy/layouts/partials/card.html | |
parent | dff5da4d5049a02855fe72b9dcba2a1dce6c3593 (diff) | |
download | blog-2cdeee2a3c728a42dc1b9fe9d6892ea647402e1c.tar.gz blog-2cdeee2a3c728a42dc1b9fe9d6892ea647402e1c.tar.bz2 blog-2cdeee2a3c728a42dc1b9fe9d6892ea647402e1c.zip |
Nyght Serif is the best :)
Diffstat (limited to 'themes/conspiracy/layouts/partials/card.html')
-rw-r--r-- | themes/conspiracy/layouts/partials/card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/conspiracy/layouts/partials/card.html b/themes/conspiracy/layouts/partials/card.html index d0d94c3..21eeebf 100644 --- a/themes/conspiracy/layouts/partials/card.html +++ b/themes/conspiracy/layouts/partials/card.html @@ -1,5 +1,5 @@ <div class="card"> - {{- if .Title }}<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>{{- end }} + {{- if .Title }}<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>{{- end }} {{- if and .Date (not (isset (index .Ancestors 0).Params "hide_date")) }}<strong>{{ .Date.Format "2006-01-02" }}</strong>{{- end }} <div class="summary"> |