Skip to content

Commit

Permalink
Fix failing import in latest jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s committed Sep 5, 2024
1 parent b4b9dc4 commit bd1df88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/article_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import logging
from urllib.parse import urlparse

from jinja2 import Markup
from markupsafe import Markup
from pelican import signals
from pelican.utils import set_date_tzinfo
from pelican.writers import Writer
Expand Down

0 comments on commit bd1df88

Please sign in to comment.