Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 458 Bytes

Articles.md

File metadata and controls

executable file
·
21 lines (17 loc) · 458 Bytes
title layout permalink
Articles
page
a/

{% assign sorted_pages = site.pages | sort: 'title' %}

{% for page in sorted_pages %} {% if page.article and page.deprecated != true %}

  • [{{ page.title }}]({{ page.url }}) {% endif %} {% endfor %}

The following have been deprecated or contain very dated information:

{% for page in sorted_pages %} {% if page.article and page.deprecated %}

  • [{{ page.title }}]({{ page.url }}) {% endif %} {% endfor %}