diff options
Diffstat (limited to '')
| -rw-r--r-- | podcast-episodes-by-category.md | 13 | ||||
| -rw-r--r-- | podcast.en.md | 13 | ||||
| -rw-r--r-- | podcast.fr.md | 13 | ||||
| -rw-r--r-- | podcast.pt.md | 13 | ||||
| -rw-r--r-- | podkastajoj-lau-kategorio.md | 13 | ||||
| -rw-r--r-- | podkasto.md | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/podcast-episodes-by-category.md b/podcast-episodes-by-category.md new file mode 100644 index 0000000..4a4931d --- /dev/null +++ b/podcast-episodes-by-category.md @@ -0,0 +1,13 @@ +--- + +title: Podcast episodes by category + +layout: page + +lang: en + +ref: podcast-episodes-by-category + +--- + +{% include categories.html kind="podcasts" %} diff --git a/podcast.en.md b/podcast.en.md new file mode 100644 index 0000000..5d343c8 --- /dev/null +++ b/podcast.en.md @@ -0,0 +1,13 @@ +--- + +title: Podcast + +layout: page + +lang: en + +ref: podcast + +--- + +{% include link-listing.html entries=site.podcasts kind="podcasts" %} diff --git a/podcast.fr.md b/podcast.fr.md new file mode 100644 index 0000000..bd3b9a5 --- /dev/null +++ b/podcast.fr.md @@ -0,0 +1,13 @@ +--- + +title: Podcast + +layout: page + +lang: fr + +ref: podcast + +--- + +{% include link-listing.html entries=site.podcasts kind="podcasts" %} diff --git a/podcast.pt.md b/podcast.pt.md new file mode 100644 index 0000000..95441f2 --- /dev/null +++ b/podcast.pt.md @@ -0,0 +1,13 @@ +--- + +title: Podcast + +layout: page + +lang: pt + +ref: podcast + +--- + +{% include link-listing.html entries=site.podcasts kind="podcasts" %} diff --git a/podkastajoj-lau-kategorio.md b/podkastajoj-lau-kategorio.md new file mode 100644 index 0000000..cbc9b6e --- /dev/null +++ b/podkastajoj-lau-kategorio.md @@ -0,0 +1,13 @@ +--- + +title: Podkastaĵoj laŭ kategorio + +layout: page + +lang: eo + +ref: podcast-episodes-by-category + +--- + +{% include categories.html kind="podcasts" %} diff --git a/podkasto.md b/podkasto.md new file mode 100644 index 0000000..a4d0a8c --- /dev/null +++ b/podkasto.md @@ -0,0 +1,13 @@ +--- + +title: Podkasto + +layout: page + +lang: eo + +ref: podcast + +--- + +{% include link-listing.html entries=site.podcasts kind="podcasts" %} |
