Fix cross-origin destinations
This commit is contained in:
@@ -5,9 +5,16 @@
|
|||||||
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
||||||
<small class="footer_theme-copyright">
|
<small class="footer_theme-copyright">
|
||||||
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
|
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
|
||||||
<a href="https://github.com/piharpi/jekyll-klise" target="_blank">klisé</a>
|
<a
|
||||||
|
href="https://github.com/piharpi/jekyll-klise"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer noopener"
|
||||||
|
>klisé</a
|
||||||
|
>
|
||||||
theme on
|
theme on
|
||||||
<a href="https://jekyllrb.com" target="_blank">jekyll</a>
|
<a href="https://jekyllrb.com" target="_blank" rel="noreferrer noopener"
|
||||||
|
>jekyll</a
|
||||||
|
>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/assets/js/main.js" defer="defer"></script>
|
<script src="/assets/js/main.js" defer="defer"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user