From 1d7db54eae237c8ba17e4ead10b27a7c2f2f9021 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 6 Apr 2021 21:20:37 +0200 Subject: [PATCH] Linked to single post or episodes via menu. --- templates/header_slim.html | 4 ++-- templates/header_with_logo.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/header_slim.html b/templates/header_slim.html index 15a070f..0e61b29 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • diff --git a/templates/header_with_logo.html b/templates/header_with_logo.html index 3ca4214..a90f239 100644 --- a/templates/header_with_logo.html +++ b/templates/header_with_logo.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}