diff options
author | mayx <mayx@outlook.com> | 2025-04-30 04:49:13 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-04-30 04:49:13 +0200 |
commit | 8b1135d688e1caa351faaf50d84cf89a0c1b4a70 (patch) | |
tree | be4d1ee831ee90e8a54e73a4287a8ed8092e3269 | |
parent | 3b70d3c4bdf6499c79434ad5ccc7d00872a5c2ca (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
@@ -9,7 +9,7 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll) [](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment) [](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) [](https://github.com/Mabbs/mabbs.github.io/commits/master/) [](https://github.com/Mabbs/mabbs.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3AGitalk) [](https://github.com/Mabbs/mabbs.github.io/stargazers) @@ -24,7 +24,7 @@ title: 首页 - 我的文章 {% if post.tags %} <span> {% for tag in post.tags %} - <a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a> + <a href="/search.html?keyword={{ tag | url_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a> {% endfor %} </span> {% endif %} |