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 }}