summaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-13 22:33:08 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-13 22:33:08 +0800
commit4c40685be4a919f4483febc6fc9249fa59651fae (patch)
tree29f0c9b66f5d90a5d808b84355148f6577c6d54e /layouts/partials/header.html
parent16e2a3fd905c5ffb5e0a90c1a4805559d372b389 (diff)
downloadblog-4c40685be4a919f4483febc6fc9249fa59651fae.tar.gz
blog-4c40685be4a919f4483febc6fc9249fa59651fae.zip
style: show the summary of every post on recent-posts
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9b49dfb..50b5fcb 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,4 +2,9 @@
<h1>{{ .Site.Title }}</h1>
</a>
<nav>{{- partial "nav.html" . -}}</nav>
+<div class="social-icons">
+ <a href="https://c7.io/@Verdant"><i class="fa-brands fa-mastodon"></i></a>
+ <a href="https://github.com/yingyu5658/"><i class="fa-brands fa-github"></i></a>
+ <a href="mailto:i@glowisle.me"><i class="fa-solid fa-envelope"></i></a>
+</div>
<hr>