Fix cross-origin destinations

This commit is contained in:
piharpi
2020-04-04 09:43:49 +07:00
parent d9e883e347
commit 4b93e57568

View File

@@ -5,9 +5,16 @@
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span> <span class="footer_item">&copy; {{ 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>