Skip to content

Commit 5214e54

Browse files
committed
update footer info with links
1 parent bacbec0 commit 5214e54

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ params:
171171
- name: GitHub - Vonng
172172
url: 'https://github.com/Vonng'
173173
icon: fab fa-github
174-
desc: Pigsty code repository
174+
desc: Vonng's GitHub Profile
175175
- name: X - Vonng
176176
url: 'https://x.com/RonVonng'
177177
icon: fab fa-x-twitter

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ <h4 class="footer-column-title">About</h4>
13941394
</div>
13951395

13961396
<div class="footer-bottom">
1397-
<div>© 2018-2025 Ruohang Feng (Vonng)</div>
1397+
<div class="footer-copyright">© 2018-2026 <a href="https://vonng.com/en" target="_blank">Ruohang Feng</a> (<a href="https://github.com/Vonng" target="_blank">Vonng</a>)</div>
13981398
<div class="footer-lang-switch">
13991399
<a href="/">English</a>
14001400
<a href="https://pigsty.cc" target="_blank">中文</a>

static/css/landing.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,11 @@ body.landing-page {
21092109
font-size: 0.85rem;
21102110
}
21112111

2112+
.footer-copyright a {
2113+
color: inherit;
2114+
text-decoration: none;
2115+
}
2116+
21122117
.footer-lang-switch a {
21132118
color: var(--pigsty-gray-400);
21142119
text-decoration: none;

0 commit comments

Comments
 (0)