You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/09/21 13:34:02 UTC

svn commit: r1704270 - /directory/site/trunk/templates/kerby/page.html

Author: elecharny
Date: Mon Sep 21 11:33:58 2015
New Revision: 1704270

URL: http://svn.apache.org/viewvc?rev=1704270&view=rev
Log:
Added teh news and downloads links in the main page

Modified:
    directory/site/trunk/templates/kerby/page.html

Modified: directory/site/trunk/templates/kerby/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/page.html?rev=1704270&r1=1704269&r2=1704270&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/page.html (original)
+++ directory/site/trunk/templates/kerby/page.html Mon Sep 21 11:33:58 2015
@@ -12,9 +12,14 @@
     <h5>Kerby</h5>
     <ul>
         <li><a href="{{base}}kerby/">Home</a></li>
-        <!--li><a href="{{base}}kerby/news.html">News</a></li-->
+        <li><a href="{{base}}kerby/news.html">News</a></li>
         <li><a href="{{base}}kerby/features.html">Features</a></li>
     </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="{{base}}kerby/downloads.html">Version {{version_kerby}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <!-- li><a href="{{base-kerby}}/download-old-versions.html">Older versions</a></li -->
+    </ul>
     <h5>Getting Started</h5>
     <ul>
         <!--li><a href="{{base}}kerby/vision.html">Vision</a></li-->