diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-04-02 20:55:19 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-04-02 20:55:19 +0300 |
commit | 182faf2696b38502d4784efc3f84f2f00290343f (patch) | |
tree | 619e725c1820773dcd8bb1fe9cbd07c0c325e865 /themes/default/home.twig | |
parent | 22db488d21bc23dc28fc2d60574803525fe53b53 (diff) | |
download | wallabag-182faf2696b38502d4784efc3f84f2f00290343f.tar.gz wallabag-182faf2696b38502d4784efc3f84f2f00290343f.tar.zst wallabag-182faf2696b38502d4784efc3f84f2f00290343f.zip |
import without cron
Diffstat (limited to 'themes/default/home.twig')
-rwxr-xr-x | themes/default/home.twig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/home.twig b/themes/default/home.twig index b6185df1..e06d65ab 100755 --- a/themes/default/home.twig +++ b/themes/default/home.twig | |||
@@ -16,6 +16,11 @@ | |||
16 | {% include '_sorting.twig' %} | 16 | {% include '_sorting.twig' %} |
17 | {% endblock %} | 17 | {% endblock %} |
18 | {% block content %} | 18 | {% block content %} |
19 | |||
20 | {% if includeImport %} | ||
21 | {% include '_import.twig' %} | ||
22 | {% endif %} | ||
23 | |||
19 | {% if tag %} | 24 | {% if tag %} |
20 | <h3>{% trans "Tag" %}: <b>{{ tag.value }}</b></h3> | 25 | <h3>{% trans "Tag" %}: <b>{{ tag.value }}</b></h3> |
21 | {% endif %} | 26 | {% endif %} |