diff options
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 %} |