diff --git a/_layouts/home.html b/_layouts/home.html index b01c5779..4e2a6ea5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -11,22 +11,42 @@ layout: archive --> {{ content }} -{% assign tags_max = 0 %} -{% for tag in site.tags %} - {% if tag[1].size > tags_max %} - {% assign tags_max = tag[1].size %} + +

Categories

+{% assign categories_max = 0 %} +{% for category in site.categories %} + {% if category[1].size > categories_max %} + {% assign categories_max = category[1].size %} {% endif %} {% endfor %} - -

Sections

-

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

- -

Tags Grouped by Section

-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. -{% for item in site.data.tagz %} -

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

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

Tags Grouped by Section

+

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

+{% 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' }} ↑ + + {% assign tags_max = 0 %} + {% for tag in site.tags %} + {% if tag[1].size > tags_max %} + {% assign tags_max = tag[1].size %} + {% endif %} + {% endfor %} + + {% endfor %} - diff --git a/index.html b/index.html index 608cf67a..216be34f 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,6 @@ classes: wide

Lots of exciting developments going on behind the scenes here. For 2 years, this site hasn't gotten as much attention, but our focus has been on the weekly newsletter at Identosphere.

-

Now we have begun to integrate that content from the newsletter to help bring this site up to date.

+

Now we have begun to integrate that content from the newsletter, and go over some of the older content, to help bring this site up to date.

Along with that process, we've also been rebuilding some of the structure of how this content generated, and how its displayed. Be sure to check out our Companies Section to get a peak at some new content along with a new layout for generated content.

\ No newline at end of file