diff options
author | EuAndreh <eu@euandre.org> | 2020-12-24 14:24:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-24 14:24:23 -0300 |
commit | 1376af793cdc2641f873af88831ec8261a931973 (patch) | |
tree | a1d82a6968459390a08e2632834560a81cde92a6 /_includes | |
parent | TODOs.org (diff) | |
download | euandre.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.html | 2 |
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 %} |