aboutsummaryrefslogtreecommitdiff
path: root/_pages/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_pages/index.html')
-rw-r--r--_pages/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pages/index.html b/_pages/index.html
index 742d8da..30f8c6d 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -6,7 +6,7 @@ layout: page
{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %}
<!-- Links to external resources -->
-{% include additional_links.html %}
+{% include external_links.html %}
{% for year in postsByYear %}
<h2>{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}</h2>