added TOC and editorial content

This commit is contained in:
Nico 2022-12-26 23:15:27 +01:00
parent 346c154259
commit bf2221b9a9
25 changed files with 363 additions and 275 deletions

View file

@ -6,7 +6,7 @@ import "../styles/style.css";
import Header from "../components/Header.astro";
const { pageTitle, titleColor, lang } = Astro.props;
const { pageTitle, titleColor } = Astro.props;
---
<html lang={astroI18n.langCode} dir="ltr">