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 2014/10/16 16:54:34 UTC

svn commit: r1632328 - /directory/site/trunk/templates/navigation.html

Author: elecharny
Date: Thu Oct 16 14:54:34 2014
New Revision: 1632328

URL: http://svn.apache.org/r1632328
Log:
Added a reference to the coming ApacheCOnference

Modified:
    directory/site/trunk/templates/navigation.html

Modified: directory/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/navigation.html?rev=1632328&r1=1632327&r2=1632328&view=diff
==============================================================================
--- directory/site/trunk/templates/navigation.html (original)
+++ directory/site/trunk/templates/navigation.html Thu Oct 16 14:54:34 2014
@@ -2,6 +2,9 @@
 <div id="navigation">
     {% block project-navigation %}
     <h5>Latest News</h5>
+    <a href="http://bit.ly/1n9YlQT" target="_blank">
+      <img src="http://bit.ly/1ttg6CE" width="125" height="125" alt="I'm Speaking at ApacheCon Europe 2014! Join me!" title="I'm Speaking at ApacheCon Europe 2014! Join me!" border="0">
+    </a>
     <ul>
         <li><a href="{{base}}apacheds/news.html">ApacheDS</a></li>
         <li><a href="{{base}}studio/news.html">Apache Directory Studio</a></li>
@@ -65,10 +68,7 @@
         <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
         <li><a href="http://www.apache.org/security/">Security</a></li>
     </ul>
-    <a href="http://bit.ly/1n9YlQT" target="_blank">
-      <img src="http://bit.ly/1ttg6CE" width="125" height="125" alt="I'm Speaking at ApacheCon Europe 2014! Join me!" title="I'm Speaking at ApacheCon Europe 2014! Join me!" border="0">
-    </a>
-
+    
     {% endblock %}
 </div><!-- navigation -->
 {% endblock %}
\ No newline at end of file