💥 feat!: add tag filtering for projects (#431)
- Card (project) images no longer require manual top/bottom margin adjustments for proper spacing. Action needed: Review existing card images as previous manual margin adjustments may now be unnecessary/excessive. - Sites using `cards.html` with tags will now load JavaScript by default when tags are present. To maintain no-JS behaviour, explicitly set `enable_cards_tag_filtering = false` in either `config.toml` or the `_index.md` file where `cards.html` is used.
This commit is contained in:
@@ -3,6 +3,9 @@ title = "Calculadora de royalties de streaming"
|
||||
description = "Una eina per calcular els royalties de streaming per a músics."
|
||||
weight = 45
|
||||
|
||||
[taxonomies]
|
||||
tags = ["música", "web app", "web", "JavaScript", "anàlisi de dades"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/streaming-royalties-calculator/streaming-royalties-calculator_logo.webp"
|
||||
canonical_url = "https://osc.garden/ca/projects/streaming-royalties-calculator/"
|
||||
|
@@ -3,6 +3,9 @@ title = "Calculadora de royalties de streaming"
|
||||
description = "Una herramienta para calcular los royalties de streaming para músicos."
|
||||
weight = 45
|
||||
|
||||
[taxonomies]
|
||||
tags = ["música", "web app", "web", "JavaScript", "análisis de datos"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/streaming-royalties-calculator/streaming-royalties-calculator_logo.webp"
|
||||
canonical_url = "https://osc.garden/es/projects/streaming-royalties-calculator/"
|
||||
|
@@ -3,6 +3,9 @@ title = "Streaming Royalties Calculator"
|
||||
description = "A tool to calculate streaming royalties for musicians."
|
||||
weight = 45
|
||||
|
||||
[taxonomies]
|
||||
tags = ["music", "web app", "web", "JavaScript", "data analysis"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/streaming-royalties-calculator/streaming-royalties-calculator_logo.webp"
|
||||
canonical_url = "https://osc.garden/projects/streaming-royalties-calculator/"
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 9.9 KiB |
Reference in New Issue
Block a user