浏览代码

Make explicit config switch for Twitter DM link

master
Adrian Short 3 年前
父节点
当前提交
35a5d55473
签署人:: adrian GPG 密钥 ID: 4B54F9AE91AB06BB
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      layouts/_default/single.html

+ 2
- 0
layouts/_default/single.html 查看文件

@@ -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 }}

正在加载...
取消
保存