]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/modules/news-preview.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / modules / news-preview.html
diff --git a/www/templates/modules/news-preview.html b/www/templates/modules/news-preview.html
deleted file mode 100644 (file)
index 4f69932..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="post">
-       <a name="{{ item.slug }}"></a>
-       <h3>
-               <a href="/news/{{ item.slug }}">{{ item.title }}</a>
-       </h3>
-       <div class="post_info">{{ item.date }} {{ _("by") }} {{ item.author }}</div>
-       {{ item.text }}
-</div>
-