From f956c8ec32213db5b8e5ecf81df0ed1384b50d55 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 12 Sep 2026 17:49:57 +0200 Subject: [PATCH] Fix 'Plattform' -> 'Platform' and 'LxC' -> 'LXC' in infra index --- infra/index.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/index.njk b/infra/index.njk index d1ac3be..59ce617 100644 --- a/infra/index.njk +++ b/infra/index.njk @@ -5,7 +5,7 @@ tags: "infra" description: "Homelab infrastructure overview: Proxmox hosts, Synology NAS, Docker VMs and Setup-Guides." layout: base.njk sections: - - heading: "Plattform" + - heading: "Platform" cards: - title: "🖥️ Proxmox host (PVE)" summary: "Hosting environment for running production VMs and LXC containers for the homelab." @@ -16,8 +16,8 @@ sections: - title: "🐳 Docker VMs (Debian)" summary: "Primary target for new Docker/Compose services, running the monitoring exporters." href: "/infra/docker/" - - title: "📦 LxC Container" - summary: "Pi-hole, Ubuntu-Worker and MariaDB running on slim LxC Containers." + - title: "📦 LXC Container" + summary: "Pi-hole, Ubuntu-Worker and MariaDB running on slim LXC Containers." href: "/infra/lxc/" - heading: "Strategies & Setup-Guides" cards: