hackertours/layouts/shortcodes
Vincent Mahnke d4092d97b6
Some checks failed
/ build (pull_request) Failing after 15s
feat: Adds language badges to tour overview table
2025-11-08 17:33:51 +01:00
..
lang.html feat: Adds language badges to tour overview table 2025-11-08 17:33:51 +01:00
README.MD feat: Adds language badges to tour overview table 2025-11-08 17:33:51 +01:00

Shortcode: Language badge

Use the lang shortcode to mark whether a tour is in German, English or bilingual. It renders a small superscript badge next to the text, with details when hovered over or parsed by a screenreader.

  • German: {{< lang de >}}
  • English: {{< lang en >}}
  • Bilingual: {{< lang deen >}}

For usage references check the German and English tour overview.