Skip to content
Snippets Groups Projects
Commit db3a29a0 authored by Saif Ali's avatar Saif Ali
Browse files

teasers added

parent 13a6cdb8
No related branches found
No related tags found
No related merge requests found
Pipeline #3236 canceled
......@@ -8,6 +8,7 @@
<h2><a href="{% url 'articles:detail' slug=article.slug %}">{{ article.title }}</a></h2>
<p>{{ article.snippet }}</p>
<p>{{ article.date }}</p>
<img src="{{ article.thumb.url }}" alt="" height="150" width="150">
<p class="author">added by {{ article.author.username }}</p>
</div>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment