From f57988f27c17f19d1a54d96580f26530353f61d4 Mon Sep 17 00:00:00 2001 From: noeFly Date: Sat, 21 Jun 2025 23:45:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=AF=84=E4=BE=8B?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/posts/markdown-extended.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/posts/markdown-extended.md b/src/content/posts/markdown-extended.md index eef2b76..a1d76e8 100644 --- a/src/content/posts/markdown-extended.md +++ b/src/content/posts/markdown-extended.md @@ -24,12 +24,12 @@ Create a GitHub repository card with the code `::github{repo="/"}`. You can also add dynamic cards that show a GitLab repository, on page load, the repository information is pulled from the GitLab API. -::gitlab{repo="noeFly/blog"} +::gitlab{repo="gitlab-org/gitlab"} Create a GitHub repository card with the code `::gitlab{repo="/"}`. ```markdown -::gitlab{repo="noeFly/blog"} +::gitlab{repo="gitlab-org/gitlab"} ``` ## Admonitions