Add support for rel="ugc"

This commit is contained in:
Egor Kislitsyn 2019-09-17 15:22:46 +07:00
commit cf3041220a
7 changed files with 24 additions and 20 deletions

View file

@ -521,7 +521,7 @@ config :auto_linker,
class: false,
strip_prefix: false,
new_window: false,
rel: false
rel: "ugc"
]
```