From 5b9f8812e2eddeb1aae6f3a437a91e6f73f3f73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Tue, 3 Oct 2023 05:20:20 -0400 Subject: [PATCH] approve: types --- _layouts/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 81a3072f..9c6fed36 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -35,9 +35,9 @@ layout: archive {% endfor %} {% endfor %} -

Tags Grouped by Section

+

Tags Grouped by Type

This system of navigation is part of an ongoing transition towards making this content, and its subject-matter, more accessible based upon the specific topic you are interested in.

-

Sections

+

Types

{% for item in site.data.tagz %}{{item[0] | capitalize | replace: "_", "-" }}{% endfor %} {% for item in site.data.tagz %}

{{ item[0] | upcase | replace: "_", "-" }}

{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑