Don't apply "nofollow" to links on single-user instances
This commit is contained in:
parent
276304d5b8
commit
cbc2427475
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func (p *PublicPost) augmentReadingDestination() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func applyMarkdown(data []byte, baseURL string, cfg *config.Config) string {
|
func applyMarkdown(data []byte, baseURL string, cfg *config.Config) string {
|
||||||
return applyMarkdownSpecial(data, baseURL, cfg, false)
|
return applyMarkdownSpecial(data, baseURL, cfg, cfg.App.SingleUser)
|
||||||
}
|
}
|
||||||
|
|
||||||
func disableYoutubeAutoplay(outHTML string) string {
|
func disableYoutubeAutoplay(outHTML string) string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue