Rename summary card classes from .page to .summary-card

This commit is contained in:
2025-09-01 01:03:08 -05:00
parent 22fdeadf78
commit 1ee8d314c0
4 changed files with 28 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<article class="page">
<h2 class="page-title">
<article class="summary-card">
<h2 class="summary-card-title">
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
@@ -8,7 +8,7 @@
{{ partial "page-metadata/series.html" . }}
{{ with .Summary }}
<div class="page-description">
<div class="summary-card-description">
{{ . }}
</div>
{{ end }}