diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-02-01 19:32:52 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-02-01 19:32:52 +0800 |
| commit | 6824e08a2bd55e5d9e130e3035ce3b0dd6e36cb6 (patch) | |
| tree | b069a71e195f5b8c976e65dd8e99503d3f93f0ba /layouts/_default/single.html | |
| parent | 80421ed688f0d6c01df97e62f925f24e1a10101d (diff) | |
| download | blog-6824e08a2bd55e5d9e130e3035ce3b0dd6e36cb6.tar.gz blog-6824e08a2bd55e5d9e130e3035ce3b0dd6e36cb6.zip | |
chore: modify title class name
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0df3896..ad10f1f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@ <header>{{- partial "header.html" . -}}</header> <article class="h-entry"> -<h3 class="recent-post-title"> +<h3 class="post-title"> <a href="{{ .RelPermalink }}" class="item-link">{{ .Title }}</a> </h3> |
