From 986fac2b05b7a66d6a3478845c71d6be6c892352 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 24 Aug 2015 11:42:00 +0200 Subject: [PATCH] Removed GitHub Ribbon and Documentation column. --- _includes/project_page.html | 3 --- _includes/widget_templates.html | 15 +++------------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/_includes/project_page.html b/_includes/project_page.html index 16a1baf..a4b7856 100644 --- a/_includes/project_page.html +++ b/_includes/project_page.html @@ -3,9 +3,6 @@ {% endcapture %} {% capture content %} {% include billboard.html %} -
-Fork me on GitHub -
diff --git a/_includes/widget_templates.html b/_includes/widget_templates.html index b06f96e..0278add 100644 --- a/_includes/widget_templates.html +++ b/_includes/widget_templates.html @@ -5,26 +5,17 @@
-
Release
-
Documentation
+
Release
{@ _.each(releases, function(release) { @}
-
-

{@= release.versionDisplayName @}

+
+

{@= release.versionDisplayName @}

{@ if(release.current) { @}
{@ } @}
-
- {@ if (release.refDocUrl !== '') { @} - Reference - {@ }; @} - {@ if (release.apiDocUrl !== '') { @} - API - {@ }; @} -
{@ }); @}