mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 13:42:17 -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) }}
|
{{ 'msg.results'|transchoice(count) }}
|
||||||
{% for entry in entries %}
|
{% for entry in entries %}
|
||||||
<div>
|
<div>
|
||||||
{{ entry.id }} - {{ entry.title }}
|
<a href="index.php/view/{{entry.id}}">{{ entry.title }}</a>
|
||||||
|
|
||||||
<p>{{ entry.content|striptags|slice(0, 300) }}...</p>
|
<p>{{ entry.content|striptags|slice(0, 300) }}...</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user