diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-21 15:36:23 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-21 15:36:23 +0800 |
| commit | 66543c0b3449b5dfc48c3b6a62b0387788b69d3f (patch) | |
| tree | 5e0049f53d472af416b6cf04eb2f901419c5d076 /layouts/partials/style.html | |
| parent | 3df49f7ee0e262e1a6006f7be311fb0c02c4a7f7 (diff) | |
| download | blog-66543c0b3449b5dfc48c3b6a62b0387788b69d3f.tar.gz blog-66543c0b3449b5dfc48c3b6a62b0387788b69d3f.zip | |
chore: set up weekly archetype and refine homepage layout
* Remove the banner in index.md
* Add default cover and ending template to weekly.md archetype
* Remove the banner from homepage
* Refactor recent-posts.md
* tweak related CSS styles
Diffstat (limited to 'layouts/partials/style.html')
| -rw-r--r-- | layouts/partials/style.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index e922440..14b2eea 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -31,7 +31,7 @@ } img.missing { - display: none; + display: none; } nav a, @@ -79,7 +79,7 @@ } h1.post-title { - margin-top: 5vh; + margin-top: 2vh; margin-bottom: 10px; text-align: center; } |
