fix: change class
All checks were successful
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Has been skipped
Blog Deployment / Check-Rebuild (push) Successful in 8s
Blog Deployment / Build (push) Has been skipped

This commit is contained in:
2025-06-23 19:34:08 +00:00
parent 5bd1cc092b
commit 7f9323246c

View File

@@ -1,10 +1,10 @@
{{ define "main" }}
<header class="homepage-header">
{{ with .Title }}
<h1 class="homepage-title">{{ . }}</h1>
<h1 class="article-title">{{ . }}</h1>
{{ end }}
{{ with .Content }}
<div class="homepage-description">
<div class="article-subtitle">
{{ . }}
</div>
{{ end }}