add ads tag to listings, title change for listing, some cleanup
This commit is contained in:
@ -60,7 +60,7 @@ export default function(eleventyConfig) {
|
|||||||
|
|
||||||
/* Filter out structural tags */
|
/* Filter out structural tags */
|
||||||
eleventyConfig.addFilter("removeCoreTags", (tags) => {
|
eleventyConfig.addFilter("removeCoreTags", (tags) => {
|
||||||
return tags.filter(tag => ["all"].indexOf(tag) === -1);
|
return tags.filter(tag => ["all", "ads"].indexOf(tag) === -1);
|
||||||
});
|
});
|
||||||
|
|
||||||
/* What it says on the tin */
|
/* What it says on the tin */
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
title: "Fediverse Skillshare Classifieds",
|
title: "Fediverse Skillshare Classifieds",
|
||||||
description: "Skillshares and more",
|
description: "Skillshare listings for the Fediverse",
|
||||||
url: "",
|
url: "https://inherentlee.codeberg.page/fedi-skillshares",
|
||||||
author: "Lee Cattarin"
|
author: "Lee Cattarin"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
import { HtmlBasePlugin } from "@11ty/eleventy";
|
import { HtmlBasePlugin, IdAttributePlugin } from "@11ty/eleventy";
|
||||||
import { IdAttributePlugin } from "@11ty/eleventy";
|
|
||||||
|
|
||||||
import pluginFilters from "./_config/filters.js";
|
import pluginFilters from "./_config/filters.js";
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
permalink: false,
|
permalink: false,
|
||||||
|
tags: [
|
||||||
|
"ads"
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Answers to Your Dumb Marketing Questions
|
title: Answers to Your Silly Marketing Questions
|
||||||
handle: "@mariyadelano@hachyderm.io"
|
handle: "@mariyadelano@hachyderm.io"
|
||||||
url: "hachyderm.io/@mariyadelano"
|
url: "hachyderm.io/@mariyadelano"
|
||||||
tags: business
|
tags: business
|
||||||
|
|||||||
Reference in New Issue
Block a user