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 */
|
||||
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 */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
title: "Fediverse Skillshare Classifieds",
|
||||
description: "Skillshares and more",
|
||||
url: "",
|
||||
description: "Skillshare listings for the Fediverse",
|
||||
url: "https://inherentlee.codeberg.page/fedi-skillshares",
|
||||
author: "Lee Cattarin"
|
||||
}
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import { HtmlBasePlugin } from "@11ty/eleventy";
|
||||
import { IdAttributePlugin } from "@11ty/eleventy";
|
||||
import { HtmlBasePlugin, IdAttributePlugin } from "@11ty/eleventy";
|
||||
|
||||
import pluginFilters from "./_config/filters.js";
|
||||
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
export default {
|
||||
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"
|
||||
url: "hachyderm.io/@mariyadelano"
|
||||
tags: business
|
||||
|
||||
Reference in New Issue
Block a user