]> git.0d.be Git - panikweb-esperanzah.git/blob - espeweb/templates/news/search_result.html
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / espeweb / templates / news / search_result.html
1 <a href="{% url 'newsitem-view' slug=result.slug %}">
2         <span class="icon-bullhorn" ></span>
3         <strong>{{ result.title }}</strong>
4         {% if result.date %}
5                 <div class="smooth">{{ result.date|date:"D d/M"|lower }}</div>
6         {% endif %}
7 </a>