diff options
author | tcit <tcit@tcit.fr> | 2014-04-25 16:20:25 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-04-25 16:20:25 +0200 |
commit | 7ec445b06e05d8caa5219c5802007d897c48ab4e (patch) | |
tree | ebd94986e35dd01b4b6d94dbce590e585f179e2c /themes/baggy/config.twig | |
parent | 72a857158c187206dae2eed08143d5743322cb0c (diff) | |
download | wallabag-7ec445b06e05d8caa5219c5802007d897c48ab4e.tar.gz wallabag-7ec445b06e05d8caa5219c5802007d897c48ab4e.tar.zst wallabag-7ec445b06e05d8caa5219c5802007d897c48ab4e.zip |
Big changes for epub export. Now possible to do it from a tag, a category and a search. Also, improved ebook rendering.
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index f43f6d01..1b8b8648 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -126,7 +126,7 @@ | |||
126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
127 | 127 | ||
128 | <h2>Fancy a ebook ?</h2> | 128 | <h2>Fancy a ebook ?</h2> |
129 | Click on <a href="./?epub&id=all" title="Generate ePub">this link</a> to get all your articles in one ebook (ePub). | 129 | Click on <a href="./?epub&method=all" title="Generate ePub">this link</a> to get all your articles in one ebook (ePub). |
130 | 130 | ||
131 | <h2>{% trans "Cache" %}</h2> | 131 | <h2>{% trans "Cache" %}</h2> |
132 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> | 132 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> |