]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/modules/news-table.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / modules / news-table.html
diff --git a/www/templates/modules/news-table.html b/www/templates/modules/news-table.html
deleted file mode 100644 (file)
index e1c3677..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<ul class="unstyled">
-       {% for n in news %}
-               <li>
-                       <a href="/news/{{ n.slug }}"><strong>{{ n.title }}</strong></a>
-                       <br>
-                       &nbsp;&nbsp;{{ locale.format_date(n.date, shorter=True) }}
-                       <br>&nbsp;
-               </li>
-       {% end %}
-</ul>