From 6c1ea240050169ab8073dac54ae4a9e2a476d558 Mon Sep 17 00:00:00 2001
From: Nat <1236984+sindastra@users.noreply.github.com>
Date: Wed, 9 Sep 2020 11:43:08 +0200
Subject: [PATCH] Add conditional for "View On GitHub" button
Also added conditional for the
or else if both are disabled it would show an empty box
---
_layouts/default.html | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index 65e53025..f7e56707 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -22,13 +22,17 @@ {{ site.title | default: site.github.repository_name }}
{{ site.description | default: site.github.project_tagline }}
{% endif %}
View the Project on GitHub {{ github_name }}
-