This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
author
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make explicit config switch for Twitter DM link
master
Adrian Short
4 years ago
parent
59a29b43e1
commit
35a5d55473
Signed by:
adrian
GPG Key ID:
4B54F9AE91AB06BB
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
layouts/_default/single.html
+ 2
- 0
layouts/_default/single.html
View File
@@ -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 }}
Write
Preview
Loading…
Cancel
Save