aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/entries.html
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-21 12:17:56 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-21 12:17:56 +0200
commitcddd8e90f4f6a5312acef88b70e386fca08d36a9 (patch)
tree7531829eb2fdfb7fec6aac0f642ec1d929232b8c /tpl/entries.html
parentbbff4b57a9692580c87135055928851ca368ab4f (diff)
downloadwallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.tar.gz
wallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.tar.zst
wallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.zip
modif tpl
Diffstat (limited to 'tpl/entries.html')
-rw-r--r--tpl/entries.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/entries.html b/tpl/entries.html
index 648e1ce9..8526a3c9 100644
--- a/tpl/entries.html
+++ b/tpl/entries.html
@@ -1,3 +1,4 @@
1 <div id="content">
1 {loop="entries"} 2 {loop="entries"}
2 <div id="entry-{$value.id}" class="entrie mb2"> 3 <div id="entry-{$value.id}" class="entrie mb2">
3 <span class="content"> 4 <span class="content">
@@ -13,4 +14,5 @@
13 </div> 14 </div>
14 </span> 15 </span>
15 </div> 16 </div>
16 {/loop} \ No newline at end of file 17 {/loop}
18 </div> \ No newline at end of file