mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-13 11:20:39 +01:00
Typo in "plugins/howto"
This commit is contained in:
parent
428b27c957
commit
08a3b46ac3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user