Fix jullie/je inconsistency, retitle the CV link as levensloop, group
practice/commissions/teaching into one paragraph so the poetic closing
line stands alone, and fix minor typos. Add a "plan your visit" button
on the Contact page linking to Google Maps directions (no origin set,
so it defaults to the visitor's current location) — implemented in the
Twig template rather than page content since Grav's markdown parser
escapes raw HTML in page body text.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XeFfgLSYdiS9UXcjiNzME3
Move commissions/full-catalog reference into the Bezoeken & aankoop
section where it fits the purchase decision, tighten the intro
paragraph, and remove the opening hours duplicated from the Contact
page (which was out of sync: 13:00 vs 14:00). Buttons removed in favor
of inline links now that all three destinations are linked in the text.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XeFfgLSYdiS9UXcjiNzME3
- Add header.section2_title (CMS field: "Titel - rechts beneden")
alongside header.section2_text ("Tekst - rechts beneden")
- Render the title as its own heading above the text, instead of
folding it into the markdown body
- Zero out the heading's top margin so it aligns with the top of the
adjacent image grid
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Replace the old placeholder galerie page content with gallery-1's
real content (text + 4 uploaded photos), keeping the /galerie route
and its position in the main nav
- Remove gallery-2 and gallery-3 (prototype pages) and their media
- Switch section text fields from plain textarea to Grav's markdown
editor type, restoring the formatting toolbar in Admin
- Trim the image grid/blueprint caps to 2 per section to match
gallery-1's actual content
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Rename image_main/image_secondary/image_logo/image_portrait to
portret/extra_1/logo/extra_2 in pages, blueprints, and templates
- Add extra_2 image slot to home and CV (hidden on mobile)
- Wire werk-in-detail to real child pages instead of picsum placeholders
- Remove glightbox CDN dependency from werk-in-detail
- Add album blueprint, template, and grote-objecten album page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add CSS custom properties for brand colors
- Remove global font-weight: bold from body
- Increase content panel opacity from 0.6 to 0.88
- Add dynamic lang attribute, favicon, and Open Graph meta tags
- Move scripts to <head> with defer (required due to automagic-images plugin)
- Disable automagic-images plugin (PHPHtmlParser strips all <script src> tags
during HTML re-serialization, breaking Bootstrap JS and all dropdowns)
- Add loading="lazy" to below-fold images across templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Style language switcher dropdown to match site colours
- Move language switcher left of social icons
- Set theme thumbnail to logo PNG in blueprints
- Add Dutch language override and system config tweaks
- Various CSS fixes for dropdown alignment and width
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>