6 lines
179 B
JavaScript
6 lines
179 B
JavaScript
export default {
|
|
layout: "layouts/catalogue-item",
|
|
tags: "podcast",
|
|
permalink: "catalogue/podcasts/{{ page.fileSlug }}/index.html",
|
|
linkTitle: "Listen to the podcast",
|
|
};
|