diff options
| author | verdant <i@glowisle.me> | 2026-02-23 15:31:26 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-23 15:31:26 +0800 |
| commit | a220a15d80ac9528b29a028f29f079aae1beeee7 (patch) | |
| tree | 45c4a15ecd3d9370f2b26acd04952f1fa8784751 /layouts/_default | |
| parent | 6a4ea875660a7b8f83938852db7dac93dce2fdcc (diff) | |
| download | blog-a220a15d80ac9528b29a028f29f079aae1beeee7.tar.gz blog-a220a15d80ac9528b29a028f29f079aae1beeee7.zip | |
style: modify the style of post title
- h3 -> h2
- change all to 1.25em
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2a30a14..6b3f0a4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,9 +2,9 @@ <header>{{- partial "header.html" . -}}</header> <article class="h-entry"> -<h3 class="post-title"> +<h2 class="post-title"> <a href="{{ .RelPermalink }}" class="item-link">{{ .Title }}</a> - </h3> +</h2> <div class="e-content">{{ .Content }}</div> </article> |
