Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Berton <mr.evolution85@gmail.com>2017-10-03 16:42:08 +0300
committerVicky <vicky@vickylai.io>2017-10-03 16:42:08 +0300
commit9066105f2d650d127fd84304d9bc990d8648c053 (patch)
tree0c45f30b17905759131d651b8406fdf5009f6b53
parentc5accbb6cd396b01184ea3cada5bcf45afc6ad0e (diff)
Add "rel=noopener" to "target=_blank" links (#13)
-rw-r--r--README.md2
-rw-r--r--layouts/partials/footer.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 205749d..2930ca9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# <a href="https://vickylai.io/introduction/" target="_blank">Introduction theme for Hugo</a>
+# <a href="https://vickylai.io/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
A minimal, single page, smooth scrolling theme for Hugo.
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 595a66d..6ca17cc 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,7 +3,7 @@
{{ if .Site.Params.footertext }}
{{ .Site.Params.footertext }}
{{ else }}
- <span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank">Vicky Lai</a> 2017</span>
+ <span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank" rel="noopener">Vicky Lai</a> 2017</span>
{{ end }}
</div><!-- End Footer container -->
-</div><!-- End Footer section --> \ No newline at end of file
+</div><!-- End Footer section -->