aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/nuldoc-src/pages/PostPage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/nuldoc-src/pages/PostPage.ts')
-rw-r--r--services/nuldoc/nuldoc-src/pages/PostPage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nuldoc/nuldoc-src/pages/PostPage.ts b/services/nuldoc/nuldoc-src/pages/PostPage.ts
index 3b163d1..20eec99 100644
--- a/services/nuldoc/nuldoc-src/pages/PostPage.ts
+++ b/services/nuldoc/nuldoc-src/pages/PostPage.ts
@@ -52,7 +52,7 @@ export default async function PostPage(
li(
{ class: "tag" },
a(
- { href: `/tags/${slug}/` },
+ { class: "tag-inner", href: `/tags/${slug}/` },
getTagLabel(config, slug),
),
)