diff --git a/_pages/articles.html b/_pages/articles.html
index 1f63bbd..7883de8 100755
--- a/_pages/articles.html
+++ b/_pages/articles.html
@@ -3,6 +3,16 @@ layout: page
title: Articles
permalink: /articles/
---
+
Pages
+
+{% for page in site.pages %}
+ {% if page.indexed == true %}
+ - {{ page.title }}
+ {% endif %}
+{% endfor %}
+
+
+Blog posts
{% for post in site.posts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}