summaryrefslogtreecommitdiff
path: root/design/templates/archives/src_home.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/src_home.html')
-rw-r--r--design/templates/archives/src_home.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/archives/src_home.html b/design/templates/archives/src_home.html
index 2eee4eb..8b85a8d 100644
--- a/design/templates/archives/src_home.html
+++ b/design/templates/archives/src_home.html
@@ -12,7 +12,8 @@
<main role="main" id="src-archive" class="src-archive">
<h1 class="hide">Luxagraf:src</h1>{% for object in object_list %}{% if object.slug != 'about' %}
<article class="h-entry hentry {% cycle 'odd' 'even' %} {% cycle 'first' 'second' 'third' %}" itemscope itemType="http://schema.org/Article">
- <h2>{{object.title|safe}}</h2>
+ <h2><a href="{{object.get_absolute_url}}">{{object.title|safe}}</a></h2>
+ <p>{{object.meta_description}} <a href="{{object.get_absolute_url}}">Read&nbsp;&#8674;</a></p>
</article>{%endif%}
{%endfor%}
</main>