nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

commit 00ee5a336da11ac4916e6cda298c4b24717d46e0
parent 85865106f05b35f292eea1d6da1ff79f9a1cb52e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Apr 2018 21:44:20 +0200

open projects in a new tab

Diffstat:
M_layouts/default.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/default.html b/_layouts/default.html @@ -24,7 +24,7 @@ {% endfor %} </ul> {{item.content}} - <a class="project-link" href="{{item.project_link}}">Check it out</a> + <a class="project-link" href="{{item.project_link}}" target="_blank" rel="noopener">Check it out</a> </div> </div> {% elsif item.image_side == "left" %} @@ -38,7 +38,7 @@ <li>Featured Skills</li> </ul> {{item.content}} - <a class="project-link" href="{{item.project_link}}">Check it out</a> + <a class="project-link" href="{{item.project_link}}" target="_blank" rel="noopener">Check it out</a> </div> </div> {% endif %}