From 08a3b46ac3ff056fce9677e3a5cc1399046af3ab Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Wed, 3 Feb 2016 15:58:33 -0500 Subject: [PATCH] Typo in "plugins/howto" --- content/docs/plugins/howto/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/plugins/howto/contents.lr b/content/docs/plugins/howto/contents.lr index ecd02ff4..16c808ca 100644 --- a/content/docs/plugins/howto/contents.lr +++ b/content/docs/plugins/howto/contents.lr @@ -43,7 +43,7 @@ def get_gravatar(email, **options): class GravatarPlugin(Plugin): name = 'Gravatar' def on_setup_env(self, **extra): - env.jinja_env.filters['gravatar'] = get_gravatar + self.env.jinja_env.filters['gravatar'] = get_gravatar ``` ## Configure Plugins