diff options
author | JOGAMP DEV TEAM <[email protected]> | 2011-09-12 06:41:01 +0200 |
---|---|---|
committer | JOGAMP DEV TEAM <[email protected]> | 2011-09-12 06:41:01 +0200 |
commit | 1175f6cd26b632a259060d4d953fdf3c7c6bc076 (patch) | |
tree | ea838e7936afcfc09250f94c463d194bd048e511 /planet2/config/planet-template.html | |
parent | de7bc403601197ccb53b94c87492b5451b60402e (diff) |
fixed blog feeds list, better formatting and order of links
Diffstat (limited to 'planet2/config/planet-template.html')
-rw-r--r-- | planet2/config/planet-template.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index a14dc62..fe39c18 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -38,11 +38,27 @@ <div id="sidebar"> <h3>Feeds</h3> <ul> - <#list feeds as feed> <li class="rss"> - <a href="${feed.link}">${feed.title}</a> + <a href="http://jausoft.com/blog">Sven's Blog</a> + </li> + <li class="rss"> + <a href="http://ramisantina.com/blog">Rami Santina's Blog</a> + </li> + <li class="rss"> + <a href="http://copypastaresearch.tumblr.com/">Form Over Function</a> + </li> + <li class="rss"> + <a href="http://michael-bien.com/mbien/">Michael Bien's Weblog</a> + </li> + <li class="rss"> + <a href="http://en.wordpress.com/tag/java-opengl/">java-opengl (WordPress Tag)</a> + </li> + <li class="rss"> + <a href="http://www.dyn4j.org">dyn4j</a> + </li> + <li class="rss"> + <a href="http://www.codezealot.org">Code Zealot</a> </li> - </#list> </ul> <h3>Links</h3> |