From 32a4a0d5dda8085c2f56e128f55e861b32647c4e Mon Sep 17 00:00:00 2001 From: Tobias Huste <t.huste@hzdr.de> Date: Tue, 28 Jul 2020 14:56:38 +0200 Subject: [PATCH] Link you and hifis page on frontpage --- _layouts/frontpage.html | 2 +- {You_HIFIS => you-and-hifis}/index.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {You_HIFIS => you-and-hifis}/index.md (100%) diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 54b88e040..6aaff274d 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -40,7 +40,7 @@ <section> <div class="info-col"> <div class="info-box"> - <a href="{% link index.md %}" class="btn btn-outline-primary"> + <a href="{% link you-and-hifis/index.md %}" class="btn btn-outline-primary"> <h3><i class="fas fa-user-plus" aria-hidden="true"></i> You & HIFIS</h3> </a> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor diff --git a/You_HIFIS/index.md b/you-and-hifis/index.md similarity index 100% rename from You_HIFIS/index.md rename to you-and-hifis/index.md -- GitLab