Procházet zdrojové kódy

Make explicit config switch for Twitter DM link

master
Adrian Short před 3 roky
rodič
revize
35a5d55473
Podepsáno: adrian ID GPG klíče: 4B54F9AE91AB06BB
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      layouts/_default/single.html

+ 2
- 0
layouts/_default/single.html Zobrazit soubor

@@ -11,5 +11,7 @@
</div>
{{ .Content }}
</article>
{{ if .Site.Params.ShowTwitterDMLink }}
<p id=feedback>Your polite comments are welcome. <a href="https://twitter.com/messages/compose?recipient_id={{ .Site.Params.AuthorTwitterID }}&text={{ .Title }}:%20">Send me a private message on Twitter.</a></p>
{{ end }}
{{ end }}

Načítá se…
Zrušit
Uložit