From da2c5d6fc33587c775a7d8a738c2c18de41f83b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Aug 2013 13:51:22 +0200 Subject: display URL at home poche --- tpl/entries.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tpl/entries.html') diff --git a/tpl/entries.html b/tpl/entries.html index 8526a3c9..83e58c74 100644 --- a/tpl/entries.html +++ b/tpl/entries.html @@ -7,11 +7,14 @@
+
{$value.url}
{/loop} -- cgit v1.2.3 From 4f5b44bd3bd490309eb2ba7b44df4769816ba729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 3 Aug 2013 19:26:54 +0200 Subject: twig implementation --- tpl/entries.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tpl/entries.html (limited to 'tpl/entries.html') diff --git a/tpl/entries.html b/tpl/entries.html deleted file mode 100644 index 83e58c74..00000000 --- a/tpl/entries.html +++ /dev/null @@ -1,21 +0,0 @@ -
- {loop="entries"} -
- -

- {$value.title} -

-
-
    -
  • -
  • -
  • -
  • -
  • -
-
-
{$value.url}
-
-
- {/loop} -
\ No newline at end of file -- cgit v1.2.3