Tags
Arrr
Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings and stuff.
Th' Relearrrn theme supports one default taxonomy o' Cap'n Hugo: th' tag feature.
Configurat'n
Just add tags t' any plank:
+++
tags = ["tutorial", "theme"]
title = "Theme tutorial"
weight = 15
+++
Behavior
Th' tags be displayed at th' top o' th' plank, 'n their insert'n order.
Each tag be a link t' a Taxonomy plank display'n all th' articles wit' th' given tag.
List all th' tags
In th' config.toml
file ye can add a shortcut t' display all th' tags
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 30