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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-14 14:37:15 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-14 14:37:15 +0300
commit8c4ad17a09a11d5dcee70842e7a38f2a2e0ec880 (patch)
tree332054682e0356e7d6e70782b02772fb7f1800ce /layouts/partials/footer/footer.html
parent4267346a4ad5932dc39238469bb3b812922f32c1 (diff)
feat(footer): add rel="noopener" to footer links
Diffstat (limited to 'layouts/partials/footer/footer.html')
-rw-r--r--layouts/partials/footer/footer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index fcf267e..6d7fdc3 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -1,8 +1,8 @@
<footer class="site-footer">
<section class="copyright">&copy; {{ now.Format "2006" }} {{ .Site.Title }}</section>
<section class="powerby">
- Built with <a href="https://gohugo.io/" target="_blank">Hugo</a> <br />
- Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank">Stack</a></b> designed by
- <a href="https://jimmycai.com" target="_blank">Jimmy</a>
+ Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
+ Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener">Stack</a></b> designed by
+ <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
</section>
</footer> \ No newline at end of file