50db22dc50ff76b2bfa8776d35414826243e6a06
Three corrections after diffing the rebuild against the actual theme twig templates (modular/news.html.twig, employees.html.twig, about.html.twig): 1. section_title macro learns a `with_anchor` flag for the case where live always wraps the h2 in `<div class="anchor" id="">` even with an empty anchor id. Default behavior unchanged. 2. team_carousel macro drops its `.anchor` wrapper around the title. employees.html.twig renders the h2 directly — including the wrapper was producing an extra layout element on /team that live doesn't have. 3. index.html's news section now calls section_title with with_anchor=true and wraps the loaded news content in an outer <p>, reproducing the grav markdown pipeline's behavior (the outer <p> auto-closes on the first inner <p>, leaving one leading empty <p> that contributes the expected 10px margin).
Praxis am Lienhardplatz — Static Site
Static rebuild of the practice website, replacing the previous Grav 1.4.3 installation.
Build
zola build # production build → ./public/
zola serve # dev server with auto-reload → http://127.0.0.1:1111
Deploy (staging)
zola build
rsync -av --delete public/ mycelium:public/praxis/
Staging URL: https://preview.praxis-am-lienhardplatz.de
Layout
content/— Markdown pagestemplates/— Tera templatesstatic/— verbatim assets (JS, CSS, fonts, images)sass/— SCSS sources (compiled by Zola)docs/specs/— design specsdocs/plans/— implementation plans
The directory orig/ (gitignored) is a read-only snapshot of the previous Grav installation, kept as a reference for content and visual parity.
Description
Languages
CSS
54.8%
HTML
22.1%
JavaScript
21.9%
Shell
1.2%