mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
Merge pull request #152 from offen/noopener-links
Apply noopener to all external links on rendering
This commit is contained in:
commit
305cc0c029
@ -54,6 +54,10 @@ MARKDOWN = {
|
|||||||
'markdown.extensions.extra': {},
|
'markdown.extensions.extra': {},
|
||||||
'markdown.extensions.meta': {},
|
'markdown.extensions.meta': {},
|
||||||
'markdown.extensions.fenced_code': {},
|
'markdown.extensions.fenced_code': {},
|
||||||
|
'markdown_link_attr_modifier': {
|
||||||
|
'auto_title': 'on',
|
||||||
|
'new_tab': 'external_only',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'output_format': 'html5',
|
'output_format': 'html5',
|
||||||
}
|
}
|
||||||
|
@ -2,3 +2,4 @@ pelican==4.5.4
|
|||||||
markdown==3.1.1
|
markdown==3.1.1
|
||||||
git+git://github.com/miracle2k/webassets#d1f3455e383446ca4ab0c644f326ee937e68e809
|
git+git://github.com/miracle2k/webassets#d1f3455e383446ca4ab0c644f326ee937e68e809
|
||||||
pelican-decorate-content==0.1.1
|
pelican-decorate-content==0.1.1
|
||||||
|
markdown-link-attr-modifier==0.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user