Skip to content

Commit

Permalink
fix: change categories to categorias
Browse files Browse the repository at this point in the history
  • Loading branch information
Fziliotti committed Feb 29, 2024
1 parent 39479fd commit acab9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ exclude:
- package*.json

jekyll-archives:
enabled: [categories, tags]
enabled: [categorias, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/
category: /categorias/:name/

0 comments on commit acab9e2

Please sign in to comment.