diff --git a/_global/Special:Categories.html b/_global/Special:Categories.html
index 84d503f..a31409c 100644
--- a/_global/Special:Categories.html
+++ b/_global/Special:Categories.html
@@ -4,16 +4,14 @@ title: Tags
menu: ['global']
---
-{% if site.data.wiki_tags %}
-{%- assign sorted_tags = site.data.wiki_tags | sort -%}
+{%- assign sorted_tags = site.tags | sort -%}
{%- for tag in sorted_tags -%}
{%- assign counter = 0 -%}
- {%- for other_page in site.data.wiki_pages %}
+ {%- for other_page in site.wiki %}
{%- if other_page.tags contains tag -%}
{%- assign counter = counter | plus: 1 -%}
{%- endif -%}
{%- endfor -%}
- {{ tag }} ({{counter}} pages)
{%- endfor -%}
-{% endif %}
diff --git a/_wiki/SSH.md b/_wiki/SSH.md
index 3fc91e2..1f156ce 100644
--- a/_wiki/SSH.md
+++ b/_wiki/SSH.md
@@ -1,6 +1,7 @@
---
layout: simple
title: SSH
+tags: GameShell
revisions:
- author: Cuu
date: 2024-02-22