From 8b1135d688e1caa351faaf50d84cf89a0c1b4a70 Mon Sep 17 00:00:00 2001 From: mayx Date: Wed, 30 Apr 2025 02:49:13 +0000 Subject: [PATCH] Update 2 files - /index.html - /README.md --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c1c30a..b2b1c25 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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) [![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) +[![GitHub repo size](https://img.shields.io/github/repo-size/Mabbs/mabbs.github.io?label=Size)](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/) [![Gitalk](https://img.shields.io/github/issues-raw/Mabbs/mabbs.github.io/Gitalk?label=Gitalk&color=blue)](https://github.com/Mabbs/mabbs.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3AGitalk) [![Github Stars](https://img.shields.io/github/stars/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io/stargazers) diff --git a/index.html b/index.html index 12481c8..277f3b9 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ title: 首页 - 我的文章 {% if post.tags %} {% for tag in post.tags %} - #{{ tag }} + #{{ tag }} {% endfor %} {% endif %}