Przeglądaj źródła

Merge pull request #482 from writefreely/rel-nofollow

Remove rel=nofollow attribute in certain situations
pull/695/merge
Matt Baer 7 miesięcy temu
committed by GitHub
rodzic
commit
299686c13e
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      postrender.go

+ 2
- 2
postrender.go Wyświetl plik

@@ -120,7 +120,7 @@ func (p *PublicPost) augmentReadingDestination() {
}

func applyMarkdown(data []byte, baseURL string, cfg *config.Config) string {
return applyMarkdownSpecial(data, false, baseURL, cfg)
return applyMarkdownSpecial(data, baseURL, cfg, cfg.App.SingleUser)
}

func disableYoutubeAutoplay(outHTML string) string {
@@ -142,7 +142,7 @@ func disableYoutubeAutoplay(outHTML string) string {
return outHTML
}

func applyMarkdownSpecial(data []byte, skipNoFollow bool, baseURL string, cfg *config.Config) string {
func applyMarkdownSpecial(data []byte, baseURL string, cfg *config.Config, skipNoFollow bool) string {
mdExtensions := 0 |
blackfriday.EXTENSION_TABLES |
blackfriday.EXTENSION_FENCED_CODE |


Ładowanie…
Anuluj
Zapisz