diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2014-11-05 17:24:05 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2014-11-05 17:24:05 +0100 |
commit | b46b8933abd0c95b072331470af2b8b2d336027b (patch) | |
tree | d4661c50a2e4920a96f0a58c9c39bf4400d9dba6 | |
parent | 217f3ca0b4e2d02d90a6561678ffef5f656ed899 (diff) | |
parent | 62f3e6db75318d2fda6682613fd715240c6b147f (diff) | |
download | wallabag-b46b8933abd0c95b072331470af2b8b2d336027b.tar.gz wallabag-b46b8933abd0c95b072331470af2b8b2d336027b.tar.zst wallabag-b46b8933abd0c95b072331470af2b8b2d336027b.zip |
Merge pull request #926 from jsit/aboutlink
Fixing URL typo on about page
-rwxr-xr-x | themes/baggy/about.twig | 2 | ||||
-rwxr-xr-x | themes/default/about.twig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index ac2fcc8c..7e19a900 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig | |||
@@ -12,7 +12,7 @@ | |||
12 | <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> | 12 | <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> |
13 | 13 | ||
14 | <dt>{% trans "Main developer" %}</dt> | 14 | <dt>{% trans "Main developer" %}</dt> |
15 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr.fr">{% trans "website" %}</a></dd> | 15 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd> |
16 | 16 | ||
17 | <dt>{% trans "Contributors:" %}</dt> | 17 | <dt>{% trans "Contributors:" %}</dt> |
18 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> | 18 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> |
diff --git a/themes/default/about.twig b/themes/default/about.twig index cd274f26..5ca3217c 100755 --- a/themes/default/about.twig +++ b/themes/default/about.twig | |||
@@ -12,7 +12,7 @@ | |||
12 | <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> | 12 | <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> |
13 | 13 | ||
14 | <dt>{% trans "Main developer" %}</dt> | 14 | <dt>{% trans "Main developer" %}</dt> |
15 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr.fr">{% trans "website" %}</a></dd> | 15 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd> |
16 | 16 | ||
17 | <dt>{% trans "Contributors:" %}</dt> | 17 | <dt>{% trans "Contributors:" %}</dt> |
18 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> | 18 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> |