Integrate article parser

This commit is contained in:
2022-11-30 09:20:35 +03:00
parent 8cee3406ea
commit b8eb2b9bf5
7 changed files with 44 additions and 21 deletions

View File

@ -15,6 +15,13 @@
<a href="{% url 'archive_url' d.url_id %}"><span class="fa-regular fa-square-check"></span></a>
</div>
</div>
{% if d.img %}
<p class="post-preview">
<a href="{% url 'reader' d.url_id %}">
<img class="img-fluid" src="{{ d.img }}" width="100%" height="100%" />
</a>
</p>
{% endif %}
{% if d.short %}
<p class="post-meta">
{{ d.short }}