summaryrefslogtreecommitdiffstats
path: root/_includes/latest.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/latest.html')
-rw-r--r--_includes/latest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/latest.html b/_includes/latest.html
index 6b6e114..a6f8e9b 100644
--- a/_includes/latest.html
+++ b/_includes/latest.html
@@ -1,7 +1,7 @@
<div class="articles">
<table class="posts-table">
- {% assign posts = site.blog | sort: 'date' | reverse %}
+ {% assign posts = site.log | sort: 'date' | reverse %}
{% for post in posts limit: include.limit %}
<tr>