Fixed blank target in documentation posts

This commit is contained in:
Panos Sakkos 2015-11-17 19:28:33 +01:00
parent ad4a8f2887
commit 3dda478c01
4 changed files with 4 additions and 4 deletions

View file

@ -18,4 +18,4 @@ Then in the \_config.yml set the email variable to your email.
Don't be afraid of Email Harvesting, write your email properly, and the page will perform javascript obfuscation.
<small>Many thanks to <a href="https://github.com/joariasl" target="blank">@joariasl</a> for this feature!</small>
<small>Many thanks to <a href="https://github.com/joariasl" target="\_blank">@joariasl</a> for this feature!</small>

View file

@ -46,7 +46,7 @@ vkontakte-share: True
### Comments
And you can enable <a href="http://www.disqus.com" target="blank">Disqus</a> comments by just setting your Disqus username here:
And you can enable <a href="http://www.disqus.com" target="\_blank">Disqus</a> comments by just setting your Disqus username here:
<pre style="text-align: left">
disqus-shortname: "YOUR DISQUS USERNAME"

View file

@ -43,4 +43,4 @@ In order to serve the website locally just run:
./scripts/serve
</pre>
<small>Many thanks to <a href="https://github.com/joariasl" target="blank">@joariasl</a> for the language support! </small>
<small>Many thanks to <a href="https://github.com/joariasl" target="\_blank">@joariasl</a> for the language support! </small>

View file

@ -11,4 +11,4 @@ Click the view more posts link bellow, to see the currently available post-tutor
Note that every time you update the site configuration (\_config.yml), you will need
to cancel the serving (*Ctr + C*) and serve the website again.
Any contributions, feedback or issues to the <a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="blank">repo</a> are more than welcome!
Any contributions, feedback or issues to the <a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="\_blank">repo</a> are more than welcome!