mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
fix
This commit is contained in:
parent
f12ee2050a
commit
ade394dc7d
@ -4,16 +4,14 @@ title: Tags
|
||||
menu: ['global']
|
||||
---
|
||||
<ul>
|
||||
{% 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 -%}
|
||||
<li><a href="/{{ site.data.i18n[site.lang].prefix.tag }}{{ tag }}">{{ tag }}</a> ({{counter}} pages)</li>
|
||||
{%- endfor -%}
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: simple
|
||||
title: SSH
|
||||
tags: GameShell
|
||||
revisions:
|
||||
- author: Cuu
|
||||
date: 2024-02-22
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user