mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 10:05:32 +00:00
implement local image features
This commit is contained in:
parent
3e94399ccb
commit
e86b241ee6
6 changed files with 52 additions and 21 deletions
|
|
@ -5,10 +5,7 @@
|
|||
<div>
|
||||
<a name="{{ row.content_id }}"></a>
|
||||
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
||||
{% if row.time %}<p>{{ row.time }}</p>{% endif %}
|
||||
<div>
|
||||
{{ row.description | safe }}
|
||||
</div>
|
||||
{{ row.time }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue