From 348ab9154c1e919cacf13de29791b571b30ca0f1 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 30 Aug 2024 19:46:25 +0200 Subject: [PATCH] Disambiguate website RDFa IRI --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 9490a4ee..6bf78375 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ {% set thing = section -%} {% endif -%} <!DOCTYPE html> -<html lang="{{ lang }}" data-theme="light"> +<html lang="{{ lang }}" data-theme="light" {% if current_path %}resource="https://www.teckids.org{{ current_path }}"{% endif %}> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -- GitLab