From d7fbac002b30a550b140dd8b0232481aab6374b0 Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de> Date: Fri, 24 Jul 2020 18:14:03 +0200 Subject: [PATCH] Added `title_image: default` on main pages --- contact.md | 1 + faq.md | 1 + imprint.md | 1 + privacy.md | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contact.md b/contact.md index 74c9be804..376829e59 100644 --- a/contact.md +++ b/contact.md @@ -1,5 +1,6 @@ --- title: Contact +title_image: default layout: default excerpt: Contact to HIFIS Office. diff --git a/faq.md b/faq.md index 935ab359a..dab0721e8 100644 --- a/faq.md +++ b/faq.md @@ -1,5 +1,6 @@ --- title: <i class="fas fa-question-circle"></i> FAQ - Frequently Asked Questions +title_image: default layout: default excerpt: Collection of Frequently Asked Question (FAQ) about HIFIS. diff --git a/imprint.md b/imprint.md index e3f0a9206..f949ca463 100644 --- a/imprint.md +++ b/imprint.md @@ -1,5 +1,6 @@ --- title: Imprint +title_image: default layout: default --- {% if site.baseurl != '/' %} diff --git a/privacy.md b/privacy.md index f9ef1f61d..8acd8ceb5 100644 --- a/privacy.md +++ b/privacy.md @@ -1,5 +1,6 @@ --- title: Privacy +title_image: default layout: default --- @@ -94,4 +95,4 @@ supervisory authority (Saxon data protection representative, at any time. In case of legal disputes, only the German version of this text is legally -binding. \ No newline at end of file +binding. -- GitLab