aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
m---------inc0
-rw-r--r--inc/news.macro.j213
2 files changed, 0 insertions, 13 deletions
diff --git a/inc b/inc
new file mode 160000
Subproject 46295bc38988c16a9a6c8c0cf8930abd20193a0
diff --git a/inc/news.macro.j2 b/inc/news.macro.j2
deleted file mode 100644
index 0ed9972b..00000000
--- a/inc/news.macro.j2
+++ /dev/null
@@ -1,13 +0,0 @@
1{% macro newspreview(name) -%}
2 <section class="item-preview">
3 <header>
4 <h3>{{ name['title']|e }}</h3>
5 <p class="item-date">
6 {{ name['date'] }}
7 </p>
8 </header>
9 <p class="item-abstract">
10 {{ name['abstract'] }} [<a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ name['page'] }}" title="{{ name['date']}}">{{ _("read more") }}</a>]
11 </p>
12 </section>
13{% endmacro -%}