diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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/) @@ -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 %} |