summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--index.html2
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)
 
 [![pages-build-deployment](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment)
-[![GitHub deployments](https://gitlab.com/mayx/mayx.gitlab.io/badges/master/pipeline.svg)](https://github.com/Mabbs/mabbs.github.io/deployments/github-pages)   
+[![GitLab deployments](https://gitlab.com/mayx/mayx.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/mayx/mayx.gitlab.io/-/pipelines)   
 [![Website](https://img.shields.io/website?url=https%3A%2F%2Fmabbs.github.io)](https://mabbs.github.io)
 [![GitHub repo size](https://img.shields.io/github/repo-size/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io)
 [![Commits](https://img.shields.io/github/commit-activity/t/Mabbs/mabbs.github.io?label=Commits)](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 %}