From 6ce8c584359152512a5c7269e565d43703a4de6f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 16:03:55 -0400 Subject: fix: brochure Load css instead of including it. --- templates/brochure/index.html.j2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'templates/brochure/index.html.j2') diff --git a/templates/brochure/index.html.j2 b/templates/brochure/index.html.j2 index 547f9d7..a3a5b33 100644 --- a/templates/brochure/index.html.j2 +++ b/templates/brochure/index.html.j2 @@ -1,8 +1,8 @@ {% extends "base.html.j2" %} -{% block style %} -{% include "../styles.css" %} -{% include "brochure.css" %} +{% block styles %} + + {% endblock %} {% block main %} @@ -25,8 +25,6 @@ -
- -- cgit v1.2.3