fix:all_tags

This commit is contained in:
dichgrem
2025-08-28 14:51:28 +08:00
parent ed263148b7
commit 4a6c7c6cf2
14 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
:root{--accent: rgb(35,176,255);--accent-alpha-70: rgba(35,176,255,.7);--accent-alpha-20: rgba(35,176,255,.2);--background: #1D212C;--color: white;--border-color: rgba(255, 255, 255, .1)}
:root{--accent: rgb(50, 200, 255);--accent-alpha-70: rgba(50,200,255,0.7);--accent-alpha-20: rgba(50,200,255,0.35);--background: #1D212C;--color: #E0E6F0;--border-color: rgba(255, 255, 255, .1)}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
{"version":"1.3.0","languages":{"en":{"hash":"en_b77df0abc2","wasm":"en","page_count":74}}}
{"version":"1.3.0","languages":{"en":{"hash":"en_ca54bbfa34","wasm":"en","page_count":74}}}

Binary file not shown.

View File

@@ -1,9 +1,9 @@
:root {
--accent: rgb(35,176,255);
--accent-alpha-70: rgba(35,176,255,.7);
--accent-alpha-20: rgba(35,176,255,.2);
--accent: rgb(50, 200, 255);
--accent-alpha-70: rgba(50,200,255,0.7);
--accent-alpha-20: rgba(50,200,255,0.35);
--background: #1D212C;
--color: white;
--color: #E0E6F0;
--border-color: rgba(255, 255, 255, .1);
}

View File

@@ -12,7 +12,7 @@
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
</h1>
<a href="{{ config.base_url | safe }}/tags">
<a href="{{ config.base_url | safe }}/tags/">
Show all tags
</a>