From 9016acaf64634250de585cf73f9ca3b6fc9ab2b4 Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de> Date: Wed, 2 Dec 2020 15:26:57 +0100 Subject: [PATCH] SCC logo --- _includes/header.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index 3d4b66513..baa508bbc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -37,6 +37,12 @@ See also: src="{{ '/assets/img/HIFIS_Logo_short_RGB_cropped.svg' | relative_url }}" alt="HIFIS Logo" > + <img + id="header-logo" + class="logo" + src="{{ '/assets/img/HIFIS_SWS_Logo_cropped.svg' | relative_url }}" + alt="HIFIS Logo" + > </a> {% comment %} -- GitLab