diff options
author | mayx | 2025-04-30 02:38:27 +0000 |
---|---|---|
committer | mayx | 2025-04-30 02:38:27 +0000 |
commit | 3b70d3c4bdf6499c79434ad5ccc7d00872a5c2ca (patch) | |
tree | 45db34f4926e7455cd9104010fd4dbadd59787a6 | |
parent | 8a3ea7d2b05a89d8fbc228d562e0a7819b2ea7e4 (diff) |
Update 2 files
- /index.html - /README.md
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index db650d2..8c1c30a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Mayx's Home Page Powered by [Jekyll](https://github.com/jekyll/jekyll) [](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment) -[](https://github.com/Mabbs/mabbs.github.io/deployments/github-pages) +[](https://gitlab.com/mayx/mayx.gitlab.io/-/pipelines) [](https://mabbs.github.io) [](https://github.com/Mabbs/mabbs.github.io) [](https://github.com/Mabbs/mabbs.github.io/commits/master/) diff --git a/index.html b/index.html index 922f988..12481c8 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ title: 首页 - 我的文章 {% if post.tags %} <span> {% for tag in post.tags %} - <nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr> + <a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a> {% endfor %} </span> {% endif %} |