From bbeac1ef30ac8b18b59b5c9d7c678ddec72885ec Mon Sep 17 00:00:00 2001 From: jultty Date: Tue, 1 Oct 2024 18:46:29 -0300 Subject: [PATCH] Move all RSS feed meta tags to base template --- templates/base.html | 1 + templates/link-page.html | 5 ----- templates/links.html | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index 64a6efd..6e4c29d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -52,6 +52,7 @@ {%- endif -%} + {%- endblock %} {%- block extra_head %}{% endblock %} diff --git a/templates/link-page.html b/templates/link-page.html index db22df0..ac32f28 100644 --- a/templates/link-page.html +++ b/templates/link-page.html @@ -1,10 +1,5 @@ {% extends "base.html" %} -{%- block extra_head %} - - -{%- endblock %} - {%- block content %}

{{ page.title }}

diff --git a/templates/links.html b/templates/links.html index a5da547..943a631 100644 --- a/templates/links.html +++ b/templates/links.html @@ -1,9 +1,5 @@ {% extends "base.html" %} -{%- block extra_head %} - -{%- endblock %} - {%- block content %} {%- set english_section = get_section(path="links/_index.md", lang="en") %}

{{ section.title }}