- Add 4 VHS Worms 2026 courses (Feb-Jun 2026) - Use markdown-native Material grid cards design - Fix page rendering (remove workshops blog plugin) - Add equal height cards via flexbox CSS - Remove awkward checkmark pseudo-elements - Make page full-width layout (hide navigation sidebar) Courses: KI-Chatbots (Feb 21), KI-Einsatz im Beruf (Mar 14), Videos mit KI (Apr 18), Programmieren mit KI (Jun 20)
12 lines
319 B
HTML
12 lines
319 B
HTML
{% extends "main.html" %}
|
|
|
|
{#
|
|
Workshops Template
|
|
|
|
This template extends main.html without custom content.
|
|
All content is now rendered from markdown in docs/workshops/index.md
|
|
using Material for MkDocs features (grids, cards, icons, admonitions).
|
|
|
|
This file exists for future customizations if needed.
|
|
#}
|