diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-26 19:36:40 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-26 19:36:40 +0800 |
commit | 8c7102cbfe81c97a17f079ce42938f81e0f8a6f8 (patch) | |
tree | f42f553c4c8a559d616cf5a1b521c4ca0568037a /www/layouts/real-home/home.html | |
parent | 046c71c4c282b7c9dce781c8a1f31c68a1515854 (diff) | |
download | crupest-8c7102cbfe81c97a17f079ce42938f81e0f8a6f8.tar.gz crupest-8c7102cbfe81c97a17f079ce42938f81e0f8a6f8.tar.bz2 crupest-8c7102cbfe81c97a17f079ce42938f81e0f8a6f8.zip |
fix(www): css load blink, code block bg, links.
Diffstat (limited to 'www/layouts/real-home/home.html')
-rw-r--r-- | www/layouts/real-home/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/layouts/real-home/home.html b/www/layouts/real-home/home.html index 3de9903..daf3248 100644 --- a/www/layouts/real-home/home.html +++ b/www/layouts/real-home/home.html @@ -66,7 +66,7 @@ <section class="mono-link"> <h2>Other Links</h2> <ul> - <li><a rel="noopener noreferrer" href="{{ .RelPermalink }}">{{ .RelPermalink }}</a> + <li><a rel="noopener noreferrer" href="{{ .RelPermalink }}">{{ .Permalink }}</a> : home page, aka the one you are reading, built with <a rel="noopener noreferrer" href="https://gohugo.io">hugo</a>.</li> <li><a rel="noopener noreferrer" href="{{ absURL "/git/" }}">{{ absURL "/git/" }}</a> |