X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fhome.twig;h=a2fa9a93eb0529c5061a4852f4ed266f7e3e4935;hb=07a5909d73595278436bc9b5064c69ad8476a9c2;hp=49ef9050499fc6e95bde30c5eb6e801f1b74f784;hpb=c765c3679fee3ed9e4bad9954a808116187a7e83;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/home.twig b/tpl/home.twig index 49ef9050..a2fa9a93 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -1,62 +1,28 @@ {% extends "layout.twig" %} {% block title %}{% trans "home" %}{% endblock %} {% block menu %} - +{% include '_menu.twig' %} {% endblock %} {% block precontent %} {% endblock %} {% block content %} -
- {% for entry in entries %} -
- -

- {{ entry.title|e }} -

-
-
    -
  • -
  • -
  • -
  • -
  • -
-
-
{{ entry.url|e }}
-
-
- {% endfor %} + {{ page_links | raw }} + {% for entry in entries %} +
+

{{ entry.title|raw }}

+ +

{{ entry.content|striptags|slice(0, 300) }}...

+

{{ entry.url | e | getDomain }}

-{% endblock %} - -{% block js %} - - - - + {% endfor %} + {{ page_links | raw }} {% endblock %} \ No newline at end of file