aboutsummaryrefslogtreecommitdiffstats
path: root/docs/theming.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-03-13 20:58:39 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-03-13 20:58:39 -0300
commit1004b9f3c61574acbdb3ec2f303d35307949fb7e (patch)
tree3ae41121a82650e6889fda82a4316f989dfc0b4b /docs/theming.txt
parent1c7c74d71f5dc9d13d029c9df8d46f27907a7503 (diff)
parent8b14a1e5b2ca574fdd4fd2377567ec98a110d4b6 (diff)
Merge tag 'upstream/5.4.2'
Upstream version 5.4.2
Diffstat (limited to 'docs/theming.txt')
-rw-r--r--docs/theming.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/theming.txt b/docs/theming.txt
index 33884e9..6c0c0e4 100644
--- a/docs/theming.txt
+++ b/docs/theming.txt
@@ -76,8 +76,8 @@ Templates
---------
In templates there is a number of files whose name ends in ``.tmpl``. Those are the
-theme's page templates. They are done usig the `Mako <http://makotemplates.org>`_
-or `Jinja2 <jinja.pocoo.org>`_ template languages. If you want to do a theme, you
+theme's page templates. They are done using the `Mako <http://makotemplates.org>`_
+or `Jinja2 <http://jinja.pocoo.org>`_ template languages. If you want to do a theme, you
should learn one first. What engine is used by the theme is declared in the ``engine`` file.
The rest of this document explains Mako templates, but Jinja2 is fairly similar.