feat: open extenal link on blank tab

This commit is contained in:
xiaotianxt 2024-11-28 23:28:50 +08:00
parent 3d7577bda8
commit fb07c8bc62
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -122,6 +122,7 @@ plugins:
- git-revision-date:
- minify:
minify_html: true
- open-in-new-tab:
extra:
social:

View file

@ -3,3 +3,5 @@ mkdocs-minify-plugin==0.7.1
mkdocs-git-revision-date-plugin
jinja2==3.1.2
mkdocs-static-i18n==1.2.0
mkdocs-open-in-new-tab==1.0.8