diff options
Diffstat (limited to '')
59 files changed, 77 insertions, 77 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 %} @@ -15,4 +15,4 @@ ref: tils Copie éhontée de [Anna e só](https://til.flourishing.stream/). -{% include link-listing.html entries=site.tils kind="tils" %} +{% include link-listing.html kind="tils" %} diff --git a/diapositives.md b/diapositives.md index b741f09..ce83586 100644 --- a/diapositives.md +++ b/diapositives.md @@ -10,4 +10,4 @@ ref: slides --- -{% include link-listing.html entries=site.slides kind="slides" %} +{% include link-listing.html kind="slides" %} diff --git a/en/index.md b/en/index.md index 4fc71eb..3e88743 100644 --- a/en/index.md +++ b/en/index.md @@ -10,4 +10,4 @@ ref: index --- -{% include link-listing.html entries=site.articles kind="articles" %} +{% include link-listing.html kind="articles" %} diff --git a/eo/index.md b/eo/index.md index 01c67b5..2889890 100644 --- a/eo/index.md +++ b/eo/index.md @@ -10,4 +10,4 @@ ref: index --- -{% include link-listing.html entries=site.articles kind="articles" %} +{% include link-listing.html kind="articles" %} diff --git a/eslaides.md b/eslaides.md index d74303e..096992e 100644 --- a/eslaides.md +++ b/eslaides.md @@ -10,4 +10,4 @@ ref: slides --- -{% include link-listing.html entries=site.slides kind="slides" %} +{% include link-listing.html kind="slides" %} diff --git a/fr/index.md b/fr/index.md index ccd2b1a..584da33 100644 --- a/fr/index.md +++ b/fr/index.md @@ -10,4 +10,4 @@ ref: index --- -{% include link-listing.html entries=site.articles kind="articles" %} +{% include link-listing.html kind="articles" %} @@ -15,4 +15,4 @@ postagens de conhecimentos úteis. Cópia descarada da [Anna e só](https://til.flourishing.stream/). -{% include link-listing.html entries=site.tils kind="tils" %} +{% include link-listing.html kind="tils" %} @@ -15,4 +15,4 @@ malgrandaj afiŝoj de utilaj scioj. Senhonta kopio de [Anna e só](https://til.flourishing.stream/). -{% include link-listing.html entries=site.tils kind="tils" %} +{% include link-listing.html kind="tils" %} @@ -5,4 +5,4 @@ lang: en ref: root --- -{% include link-listing.html entries=site.articles kind="articles" %} +{% include link-listing.html kind="articles" %} diff --git a/locale/eo/LC_MESSAGES/diapositives.po b/locale/eo/LC_MESSAGES/diapositives.po index 46d03c3..c32f5d4 100644 --- a/locale/eo/LC_MESSAGES/diapositives.po +++ b/locale/eo/LC_MESSAGES/diapositives.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: slides" msgstr "" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" msgstr "" diff --git a/locale/eo/LC_MESSAGES/en/index.po b/locale/eo/LC_MESSAGES/en/index.po index 90ebfd9..aa967c5 100644 --- a/locale/eo/LC_MESSAGES/en/index.po +++ b/locale/eo/LC_MESSAGES/en/index.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" -msgstr "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" +msgstr "{% include link-listing.html kind=\"articles\" %}" msgid "title: Blog" msgstr "title: Blogo" diff --git a/locale/eo/LC_MESSAGES/hml.po b/locale/eo/LC_MESSAGES/hml.po index 215f7f4..3ab80bc 100644 --- a/locale/eo/LC_MESSAGES/hml.po +++ b/locale/eo/LC_MESSAGES/hml.po @@ -14,5 +14,5 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "" -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" msgstr "" diff --git a/locale/eo/LC_MESSAGES/index.po b/locale/eo/LC_MESSAGES/index.po index 8319519..8afeab5 100644 --- a/locale/eo/LC_MESSAGES/index.po +++ b/locale/eo/LC_MESSAGES/index.po @@ -9,5 +9,5 @@ msgid "" "ref: root" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/eo/LC_MESSAGES/pastebins.en.po b/locale/eo/LC_MESSAGES/pastebins.en.po index 8bc0e1d..19cdc3e 100644 --- a/locale/eo/LC_MESSAGES/pastebins.en.po +++ b/locale/eo/LC_MESSAGES/pastebins.en.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" -msgstr "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" +msgstr "{% include link-listing.html kind=\"pastebins\" %}" msgid "title: Pastebins" msgstr "title: Pastebins" diff --git a/locale/eo/LC_MESSAGES/pastebins.pt.po b/locale/eo/LC_MESSAGES/pastebins.pt.po index a11ee70..6fe90f3 100644 --- a/locale/eo/LC_MESSAGES/pastebins.pt.po +++ b/locale/eo/LC_MESSAGES/pastebins.pt.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: pastebins" msgstr "" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" msgstr "" diff --git a/locale/eo/LC_MESSAGES/podcast.en.po b/locale/eo/LC_MESSAGES/podcast.en.po index 924cf34..c816793 100644 --- a/locale/eo/LC_MESSAGES/podcast.en.po +++ b/locale/eo/LC_MESSAGES/podcast.en.po @@ -25,5 +25,5 @@ msgstr "lang: eo" msgid "ref: podcast" msgstr "ref: podcast" -msgid "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" -msgstr "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" +msgid "{% include link-listing.html kind=\"podcasts\" %}" +msgstr "{% include link-listing.html kind=\"podcasts\" %}" diff --git a/locale/eo/LC_MESSAGES/pt/index.po b/locale/eo/LC_MESSAGES/pt/index.po index b85a178..94b9903 100644 --- a/locale/eo/LC_MESSAGES/pt/index.po +++ b/locale/eo/LC_MESSAGES/pt/index.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: index" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/eo/LC_MESSAGES/screencasts.en.po b/locale/eo/LC_MESSAGES/screencasts.en.po index 40eef70..9db8a63 100644 --- a/locale/eo/LC_MESSAGES/screencasts.en.po +++ b/locale/eo/LC_MESSAGES/screencasts.en.po @@ -26,8 +26,8 @@ msgid "ref: screencasts" msgstr "ref: screencasts" msgid "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" msgstr "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" diff --git a/locale/eo/LC_MESSAGES/slides.po b/locale/eo/LC_MESSAGES/slides.po index 2c819d9..a6abe19 100644 --- a/locale/eo/LC_MESSAGES/slides.po +++ b/locale/eo/LC_MESSAGES/slides.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" -msgstr "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" +msgstr "{% include link-listing.html kind=\"slides\" %}" msgid "title: Slides" msgstr "title: Lumbildoj" diff --git a/locale/eo/LC_MESSAGES/til.po b/locale/eo/LC_MESSAGES/til.po index c2f7f2e..dafdbd8 100644 --- a/locale/eo/LC_MESSAGES/til.po +++ b/locale/eo/LC_MESSAGES/til.po @@ -20,8 +20,8 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "Senhonta kopio de [Anna e só](https://til.flourishing.stream/)." -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" -msgstr "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" +msgstr "{% include link-listing.html kind=\"tils\" %}" msgid "title: Today I Learned" msgstr "title: Hodiaŭ Mi Lernis" diff --git a/locale/fr/LC_MESSAGES/diapositives.po b/locale/fr/LC_MESSAGES/diapositives.po index 46d03c3..c32f5d4 100644 --- a/locale/fr/LC_MESSAGES/diapositives.po +++ b/locale/fr/LC_MESSAGES/diapositives.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: slides" msgstr "" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" msgstr "" diff --git a/locale/fr/LC_MESSAGES/en/index.po b/locale/fr/LC_MESSAGES/en/index.po index c7a471a..79dfb35 100644 --- a/locale/fr/LC_MESSAGES/en/index.po +++ b/locale/fr/LC_MESSAGES/en/index.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" -msgstr "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" +msgstr "{% include link-listing.html kind=\"articles\" %}" msgid "title: Blog" msgstr "title: Blogue" diff --git a/locale/fr/LC_MESSAGES/hml.po b/locale/fr/LC_MESSAGES/hml.po index 215f7f4..3ab80bc 100644 --- a/locale/fr/LC_MESSAGES/hml.po +++ b/locale/fr/LC_MESSAGES/hml.po @@ -14,5 +14,5 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "" -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" msgstr "" diff --git a/locale/fr/LC_MESSAGES/index.po b/locale/fr/LC_MESSAGES/index.po index 8319519..8afeab5 100644 --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -9,5 +9,5 @@ msgid "" "ref: root" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/fr/LC_MESSAGES/pastebins.en.po b/locale/fr/LC_MESSAGES/pastebins.en.po index a133fc3..fa8b70e 100644 --- a/locale/fr/LC_MESSAGES/pastebins.en.po +++ b/locale/fr/LC_MESSAGES/pastebins.en.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" -msgstr "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" +msgstr "{% include link-listing.html kind=\"pastebins\" %}" msgid "title: Pastebins" msgstr "title: Pastebins" diff --git a/locale/fr/LC_MESSAGES/pastebins.pt.po b/locale/fr/LC_MESSAGES/pastebins.pt.po index a11ee70..6fe90f3 100644 --- a/locale/fr/LC_MESSAGES/pastebins.pt.po +++ b/locale/fr/LC_MESSAGES/pastebins.pt.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: pastebins" msgstr "" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" msgstr "" diff --git a/locale/fr/LC_MESSAGES/podcast.en.po b/locale/fr/LC_MESSAGES/podcast.en.po index cf2e4bb..031c6c8 100644 --- a/locale/fr/LC_MESSAGES/podcast.en.po +++ b/locale/fr/LC_MESSAGES/podcast.en.po @@ -25,5 +25,5 @@ msgstr "lang: fr" msgid "ref: podcast" msgstr "ref: podcast" -msgid "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" -msgstr "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" +msgid "{% include link-listing.html kind=\"podcasts\" %}" +msgstr "{% include link-listing.html kind=\"podcasts\" %}" diff --git a/locale/fr/LC_MESSAGES/pt/index.po b/locale/fr/LC_MESSAGES/pt/index.po index b85a178..94b9903 100644 --- a/locale/fr/LC_MESSAGES/pt/index.po +++ b/locale/fr/LC_MESSAGES/pt/index.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: index" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/fr/LC_MESSAGES/screencasts.en.po b/locale/fr/LC_MESSAGES/screencasts.en.po index 12ff609..0e27203 100644 --- a/locale/fr/LC_MESSAGES/screencasts.en.po +++ b/locale/fr/LC_MESSAGES/screencasts.en.po @@ -26,8 +26,8 @@ msgid "ref: screencasts" msgstr "ref: screencasts" msgid "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" msgstr "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" diff --git a/locale/fr/LC_MESSAGES/slides.po b/locale/fr/LC_MESSAGES/slides.po index 7147dd6..1d66faf 100644 --- a/locale/fr/LC_MESSAGES/slides.po +++ b/locale/fr/LC_MESSAGES/slides.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" -msgstr "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" +msgstr "{% include link-listing.html kind=\"slides\" %}" msgid "title: Slides" msgstr "title: Diapositives" diff --git a/locale/fr/LC_MESSAGES/til.po b/locale/fr/LC_MESSAGES/til.po index fbd90ae..2151e76 100644 --- a/locale/fr/LC_MESSAGES/til.po +++ b/locale/fr/LC_MESSAGES/til.po @@ -20,8 +20,8 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "Copie éhontée de [Anna e só](https://til.flourishing.stream/)." -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" -msgstr "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" +msgstr "{% include link-listing.html kind=\"tils\" %}" msgid "title: Today I Learned" msgstr "title: Aujourd'hui J'ai Appris" diff --git a/locale/pt/LC_MESSAGES/diapositives.po b/locale/pt/LC_MESSAGES/diapositives.po index 46d03c3..c32f5d4 100644 --- a/locale/pt/LC_MESSAGES/diapositives.po +++ b/locale/pt/LC_MESSAGES/diapositives.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: slides" msgstr "" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" msgstr "" diff --git a/locale/pt/LC_MESSAGES/en/index.po b/locale/pt/LC_MESSAGES/en/index.po index 1b6240e..8773dd2 100644 --- a/locale/pt/LC_MESSAGES/en/index.po +++ b/locale/pt/LC_MESSAGES/en/index.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" -msgstr "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" +msgstr "{% include link-listing.html kind=\"articles\" %}" msgid "title: Blog" msgstr "title: Blog" diff --git a/locale/pt/LC_MESSAGES/hml.po b/locale/pt/LC_MESSAGES/hml.po index 215f7f4..3ab80bc 100644 --- a/locale/pt/LC_MESSAGES/hml.po +++ b/locale/pt/LC_MESSAGES/hml.po @@ -14,5 +14,5 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "" -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" msgstr "" diff --git a/locale/pt/LC_MESSAGES/index.po b/locale/pt/LC_MESSAGES/index.po index 8319519..8afeab5 100644 --- a/locale/pt/LC_MESSAGES/index.po +++ b/locale/pt/LC_MESSAGES/index.po @@ -9,5 +9,5 @@ msgid "" "ref: root" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/pt/LC_MESSAGES/pastebins.en.po b/locale/pt/LC_MESSAGES/pastebins.en.po index e8d6fe7..0fc4dd1 100644 --- a/locale/pt/LC_MESSAGES/pastebins.en.po +++ b/locale/pt/LC_MESSAGES/pastebins.en.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" -msgstr "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" +msgstr "{% include link-listing.html kind=\"pastebins\" %}" msgid "title: Pastebins" msgstr "title: Pastebins" diff --git a/locale/pt/LC_MESSAGES/pastebins.pt.po b/locale/pt/LC_MESSAGES/pastebins.pt.po index a11ee70..6fe90f3 100644 --- a/locale/pt/LC_MESSAGES/pastebins.pt.po +++ b/locale/pt/LC_MESSAGES/pastebins.pt.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: pastebins" msgstr "" -msgid "{% include link-listing.html entries=site.pastebins kind=\"pastebins\" %}" +msgid "{% include link-listing.html kind=\"pastebins\" %}" msgstr "" diff --git a/locale/pt/LC_MESSAGES/podcast.en.po b/locale/pt/LC_MESSAGES/podcast.en.po index e6a2dcb..e6b0dfd 100644 --- a/locale/pt/LC_MESSAGES/podcast.en.po +++ b/locale/pt/LC_MESSAGES/podcast.en.po @@ -25,5 +25,5 @@ msgstr "lang: pt" msgid "ref: podcast" msgstr "ref: podcast" -msgid "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" -msgstr "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" +msgid "{% include link-listing.html kind=\"podcasts\" %}" +msgstr "{% include link-listing.html kind=\"podcasts\" %}" diff --git a/locale/pt/LC_MESSAGES/pt/index.po b/locale/pt/LC_MESSAGES/pt/index.po index b85a178..94b9903 100644 --- a/locale/pt/LC_MESSAGES/pt/index.po +++ b/locale/pt/LC_MESSAGES/pt/index.po @@ -8,5 +8,5 @@ msgstr "" msgid "layout: page lang: en ref: index" msgstr "" -msgid "{% include link-listing.html entries=site.articles kind=\"articles\" %}" +msgid "{% include link-listing.html kind=\"articles\" %}" msgstr "" diff --git a/locale/pt/LC_MESSAGES/screencasts.en.po b/locale/pt/LC_MESSAGES/screencasts.en.po index 9e59a0b..26500f6 100644 --- a/locale/pt/LC_MESSAGES/screencasts.en.po +++ b/locale/pt/LC_MESSAGES/screencasts.en.po @@ -26,8 +26,8 @@ msgid "ref: screencasts" msgstr "ref: screencasts" msgid "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" msgstr "" -"{% include link-listing.html entries=site.screencasts kind=\"screencasts\" " +"{% include link-listing.html kind=\"screencasts\" " "%}" diff --git a/locale/pt/LC_MESSAGES/slides.po b/locale/pt/LC_MESSAGES/slides.po index 7d1fb34..488564c 100644 --- a/locale/pt/LC_MESSAGES/slides.po +++ b/locale/pt/LC_MESSAGES/slides.po @@ -12,8 +12,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.1\n" -msgid "{% include link-listing.html entries=site.slides kind=\"slides\" %}" -msgstr "{% include link-listing.html entries=site.slides kind=\"slides\" %}" +msgid "{% include link-listing.html kind=\"slides\" %}" +msgstr "{% include link-listing.html kind=\"slides\" %}" msgid "title: Slides" msgstr "title: Eslaides" diff --git a/locale/pt/LC_MESSAGES/til.po b/locale/pt/LC_MESSAGES/til.po index abe2bd6..585804c 100644 --- a/locale/pt/LC_MESSAGES/til.po +++ b/locale/pt/LC_MESSAGES/til.po @@ -20,8 +20,8 @@ msgstr "" msgid "Shameless rip-off of [Anna e só](https://til.flourishing.stream/)." msgstr "Cópia descarada da [Anna e só](https://til.flourishing.stream/)." -msgid "{% include link-listing.html entries=site.tils kind=\"tils\" %}" -msgstr "{% include link-listing.html entries=site.tils kind=\"tils\" %}" +msgid "{% include link-listing.html kind=\"tils\" %}" +msgstr "{% include link-listing.html kind=\"tils\" %}" msgid "title: Today I Learned" msgstr "title: Hoje Eu Aprendi" diff --git a/lumbildoj.md b/lumbildoj.md index c3aa18c..a412268 100644 --- a/lumbildoj.md +++ b/lumbildoj.md @@ -10,4 +10,4 @@ ref: slides --- -{% include link-listing.html entries=site.slides kind="slides" %} +{% include link-listing.html kind="slides" %} diff --git a/pastebins.en.md b/pastebins.en.md index 4a9fd74..12f85f3 100644 --- a/pastebins.en.md +++ b/pastebins.en.md @@ -10,4 +10,4 @@ ref: pastebins --- -{% include link-listing.html entries=site.pastebins kind="pastebins" %} +{% include link-listing.html kind="pastebins" %} diff --git a/pastebins.eo.md b/pastebins.eo.md index 39e518f..222b88c 100644 --- a/pastebins.eo.md +++ b/pastebins.eo.md @@ -10,4 +10,4 @@ ref: pastebins --- -{% include link-listing.html entries=site.pastebins kind="pastebins" %} +{% include link-listing.html kind="pastebins" %} diff --git a/pastebins.fr.md b/pastebins.fr.md index 0c185f0..ce1b6ab 100644 --- a/pastebins.fr.md +++ b/pastebins.fr.md @@ -10,4 +10,4 @@ ref: pastebins --- -{% include link-listing.html entries=site.pastebins kind="pastebins" %} +{% include link-listing.html kind="pastebins" %} diff --git a/pastebins.pt.md b/pastebins.pt.md index f72177c..c35552a 100644 --- a/pastebins.pt.md +++ b/pastebins.pt.md @@ -10,4 +10,4 @@ ref: pastebins --- -{% include link-listing.html entries=site.pastebins kind="pastebins" %} +{% include link-listing.html kind="pastebins" %} diff --git a/podcast.en.md b/podcast.en.md index 5d343c8..b6d5da1 100644 --- a/podcast.en.md +++ b/podcast.en.md @@ -10,4 +10,4 @@ ref: podcast --- -{% include link-listing.html entries=site.podcasts kind="podcasts" %} +{% include link-listing.html kind="podcasts" %} diff --git a/podcast.fr.md b/podcast.fr.md index bd3b9a5..987af2c 100644 --- a/podcast.fr.md +++ b/podcast.fr.md @@ -10,4 +10,4 @@ ref: podcast --- -{% include link-listing.html entries=site.podcasts kind="podcasts" %} +{% include link-listing.html kind="podcasts" %} diff --git a/podcast.pt.md b/podcast.pt.md index 95441f2..49023cf 100644 --- a/podcast.pt.md +++ b/podcast.pt.md @@ -10,4 +10,4 @@ ref: podcast --- -{% include link-listing.html entries=site.podcasts kind="podcasts" %} +{% include link-listing.html kind="podcasts" %} diff --git a/podkasto.md b/podkasto.md index a4d0a8c..e655261 100644 --- a/podkasto.md +++ b/podkasto.md @@ -10,4 +10,4 @@ ref: podcast --- -{% include link-listing.html entries=site.podcasts kind="podcasts" %} +{% include link-listing.html kind="podcasts" %} diff --git a/pt/index.md b/pt/index.md index 1fe398d..c643a73 100644 --- a/pt/index.md +++ b/pt/index.md @@ -10,4 +10,4 @@ ref: index --- -{% include link-listing.html entries=site.articles kind="articles" %} +{% include link-listing.html kind="articles" %} diff --git a/screencasts.en.md b/screencasts.en.md index e42a961..0a11428 100644 --- a/screencasts.en.md +++ b/screencasts.en.md @@ -10,4 +10,4 @@ ref: screencasts --- -{% include link-listing.html entries=site.screencasts kind="screencasts" %} +{% include link-listing.html kind="screencasts" %} diff --git a/screencasts.eo.md b/screencasts.eo.md index 337bf08..4d2c030 100644 --- a/screencasts.eo.md +++ b/screencasts.eo.md @@ -10,4 +10,4 @@ ref: screencasts --- -{% include link-listing.html entries=site.screencasts kind="screencasts" %} +{% include link-listing.html kind="screencasts" %} diff --git a/screencasts.fr.md b/screencasts.fr.md index aee9ba1..018f6c5 100644 --- a/screencasts.fr.md +++ b/screencasts.fr.md @@ -10,4 +10,4 @@ ref: screencasts --- -{% include link-listing.html entries=site.screencasts kind="screencasts" %} +{% include link-listing.html kind="screencasts" %} diff --git a/screencasts.pt.md b/screencasts.pt.md index 24d1c49..88d0600 100644 --- a/screencasts.pt.md +++ b/screencasts.pt.md @@ -10,4 +10,4 @@ ref: screencasts --- -{% include link-listing.html entries=site.screencasts kind="screencasts" %} +{% include link-listing.html kind="screencasts" %} @@ -10,4 +10,4 @@ ref: slides --- -{% include link-listing.html entries=site.slides kind="slides" %} +{% include link-listing.html kind="slides" %} @@ -14,4 +14,4 @@ ref: tils Shameless rip-off of [Anna e só](https://til.flourishing.stream/). -{% include link-listing.html entries=site.tils kind="tils" %} +{% include link-listing.html kind="tils" %} |