aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-24 14:24:05 -0300
committerEuAndreh <eu@euandre.org>2020-12-24 14:24:23 -0300
commit1376af793cdc2641f873af88831ec8261a931973 (patch)
treea1d82a6968459390a08e2632834560a81cde92a6 /_includes
parentTODOs.org (diff)
downloadeuandre.org-1376af793cdc2641f873af88831ec8261a931973.tar.gz
euandre.org-1376af793cdc2641f873af88831ec8261a931973.tar.xz
Remove include.entries from link-listing.html
Diffstat (limited to '')
-rw-r--r--_includes/link-listing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/link-listing.html b/_includes/link-listing.html
index e526f81..2d89070 100644
--- a/_includes/link-listing.html
+++ b/_includes/link-listing.html
@@ -6,7 +6,7 @@
</h2>
<ul class="no-style">
- {% assign entries = include.entries | where:"lang", page.lang | sort: "date" | reverse %}
+ {% assign entries = site[include.kind] | where:"lang", page.lang | sort: "date" | reverse %}
{% for entry in entries %}
<li>
{% include i18n-date.html date=entry.date %}