projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c2648f6
)
open some things in new tabs
author
Ralf Jung
<post@ralfj.de>
Sat, 8 Jul 2017 21:13:53 +0000
(14:13 -0700)
committer
Ralf Jung
<post@ralfj.de>
Sat, 8 Jul 2017 21:13:53 +0000
(14:13 -0700)
personal/_layouts/post.html
patch
|
blob
|
history
diff --git
a/personal/_layouts/post.html
b/personal/_layouts/post.html
index d36178268c3f8bae5ca1f8356c23aef71afb5503..f07515e0dbe482256c46974d1d70f0e27d616760 100644
(file)
--- a/
personal/_layouts/post.html
+++ b/
personal/_layouts/post.html
@@
-12,6
+12,6
@@
layout: default
<p class="comment">
Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}. <br>
Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de">Drop me a mail</a><!--
<p class="comment">
Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}. <br>
Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de">Drop me a mail</a><!--
- -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}">leave a note on reddit</a>{% endif %}<!--
- -->{% if page.forum %} or <a href="{{ page.forum }}">leave a note in the forum</a>{% endif %}!
+ -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}"
target="_blank"
>leave a note on reddit</a>{% endif %}<!--
+ -->{% if page.forum %} or <a href="{{ page.forum }}"
target="_blank"
>leave a note in the forum</a>{% endif %}!
</p>
</p>