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 /po | |
| 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-- | podcast.en.md | 2 | ||||
| -rw-r--r-- | podcast.fr.md | 2 | ||||
| -rw-r--r-- | podcast.pt.md | 2 | ||||
| -rw-r--r-- | podkasto.md | 2 |
4 files changed, 4 insertions, 4 deletions
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" %} |
