From b593e95ee1becebc67ca4f994599b7f6b309852b Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de> Date: Wed, 14 Apr 2021 15:43:16 +0200 Subject: [PATCH] re-enable "success stories" btn --- _includes/frontpage/title-content.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/frontpage/title-content.html b/_includes/frontpage/title-content.html index 3b039d512..040808ab3 100644 --- a/_includes/frontpage/title-content.html +++ b/_includes/frontpage/title-content.html @@ -16,5 +16,8 @@ <a href="{{ '/services/software/training' | relative_url }}" class="btn btn-light btn-lg text-dark"> <i class="fas fa-university"></i> Education & Training </a> + <a href="{{ '.' | relative_url }}" class="btn btn-info btn-lg text-dark"> + <i class="fas fa-thumbs-up"></i> Success Stories + </a> </div> </div> -- GitLab