From 600f2aa0d4b6d9e5acdc9995d88e8f0889164509 Mon Sep 17 00:00:00 2001 From: hoangvu5 Date: Mon, 4 May 2026 19:33:27 -0400 Subject: [PATCH] Add home page event structured data --- src/core/templates/core/index.html | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/core/templates/core/index.html b/src/core/templates/core/index.html index 8b02009..215cd46 100644 --- a/src/core/templates/core/index.html +++ b/src/core/templates/core/index.html @@ -6,6 +6,47 @@ ACM at FSU Programming Contest {% endblock %} +{% block head %} + +{% if contest %} + +{% endif %} +{% endblock %} + {% block content %}