diff --git a/theme/templates/projects.html b/theme/templates/projects.html index 486b0c6..0d3407d 100644 --- a/theme/templates/projects.html +++ b/theme/templates/projects.html @@ -18,15 +18,19 @@ {{ article.content }} -
-
- {% if article.download_link %} - Download {{ article.title }} - {% endif %} + {% if article.download_link or aricle.repo %} +
+
+
+ {% if article.download_link %} + Download {{ article.title }} + {% endif %} - {% if article.repo %} - View on Github - {% endif %} -
-
+ {% if article.repo %} + View on Github + {% endif %} +
+
+ + {% endif %} {% endblock %}