Skip to content

Commit

Permalink
Remove unused taxonomy "groups"
Browse files Browse the repository at this point in the history
  • Loading branch information
lordiii committed Aug 21, 2024
1 parent 7c92ae9 commit ebc8454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ feed_filenames = ["rss.xml", "atom.xml"]

taxonomies = [
{ name = "Serie", feed = true, paginate_by = 10 },
{ name = "Typ", feed = true, paginate_by = 10 },
{ name = "Gruppe", feed = true, paginate_by = 10 }
{ name = "Typ", feed = true, paginate_by = 10 }
]

[link_checker]
Expand Down Expand Up @@ -85,8 +84,7 @@ feed_filenames = ["rss.xml", "atom.xml"]

taxonomies = [
{ name = "Series", feed = true, paginate_by = 10 },
{ name = "Type", feed = true, paginate_by = 10 },
{ name = "Group", feed = true, paginate_by = 10 }
{ name = "Type", feed = true, paginate_by = 10 }
]

[languages.en.translations]
Expand Down
1 change: 0 additions & 1 deletion content/blog/2011/2011-12-01-forumslader.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ date = "2011-12-01T10:00:00"
updated = "2024-03-24T23:42:00"

[taxonomies]
Gruppe = ["Fahrrad"]
Serie = ["Projekt"]
Typ = ["Hardware"]

Expand Down

0 comments on commit ebc8454

Please sign in to comment.