]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/modules/news-item.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / modules / news-item.html
diff --git a/www/templates/modules/news-item.html b/www/templates/modules/news-item.html
deleted file mode 100644 (file)
index a97410c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<div class="row">
-       <div class="span12">
-               {% if show_heading %}
-                       <h2>
-                               {% if announcement %}
-                                       {{ _("Announcement") }}:
-                               {% end %}
-                               <a href="/news/{{ escape(item.slug) }}">{{ escape(item.title) }}</a>
-                       </h2>
-               {% end %}
-
-               {{ item.text }}
-       </div>
-</div>
-<div class="row">
-       <div class="span12">
-               <p class="pull-right">
-                       <a href="/author/{{ item.author_id }}">{{ item.author }}</a> -
-                       {{ locale.format_date(item.date, full_format=True) }}
-               </p>
-       </div>
-</div>