chrore: Relocates README note for the language badge

This commit is contained in:
Vincent Mahnke 2025-11-08 17:38:37 +01:00
commit 166ac52b34
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
2 changed files with 10 additions and 9 deletions

View file

@ -15,3 +15,13 @@ hugo server --buildFuture --buildDrafts
```
Then open http://localhost:1313
## 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](/content/de/39c3/_index.md) and [English](/content/en/39c3/_index.md) tour overview.

View file

@ -1,9 +0,0 @@
## 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](/content/de/39c3/_index.md) and [English](/content/en/39c3/_index.md) tour overview.