mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 13:45:04 -05:00
[add] link to article in front view
This commit is contained in:
parent
4199943f4c
commit
9bc4e790b4
@ -9,7 +9,7 @@
|
||||
{{ 'msg.results'|transchoice(count) }}
|
||||
{% for entry in entries %}
|
||||
<div>
|
||||
{{ entry.id }} - {{ entry.title }}
|
||||
<a href="index.php/view/{{entry.id}}">{{ entry.title }}</a>
|
||||
|
||||
<p>{{ entry.content|striptags|slice(0, 300) }}...</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user