Skip to content

Commit 50eefb5

Browse files
committed
Fix lang and _blank
1 parent c984bb0 commit 50eefb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html class="no-js" lang="">
2+
<html class="no-js" lang="en">
33

44
<head>
55
<meta charset="utf-8">
@@ -1079,7 +1079,7 @@
10791079

10801080
<footer id="footer">
10811081
<div class="footer-text center">Designed and developed with ❤️ by Ben Cuan, July 2020</div>
1082-
<div class="footer-text center"><a class="link" target="_blank" href="https://github.com/64bitpandas/bencuan.me">Browse the source at <i class="fab fa-github footer-icon"></i> !</a></div>
1082+
<div class="footer-text center"><a class="link" target="_blank" rel="noopener" href="https://github.com/64bitpandas/bencuan.me">Browse the source at <i class="fab fa-github footer-icon"></i> !</a></div>
10831083
<div class="footer-text center"><a class="link" href="/2018">2018</a> | <a class="link" href="/2019">2019</a></div>
10841084
</footer>
10851085
<script src="js/vendor/modernizr-3.11.2.min.js"></script>

src/includes/footer.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer id="footer">
22
<div class="footer-text center">Designed and developed with ❤️ by Ben Cuan, July 2020</div>
3-
<div class="footer-text center"><a class="link" target="_blank" href="https://github.com/64bitpandas/bencuan.me">Browse the source at <i class="fab fa-github footer-icon"></i> !</a></div>
3+
<div class="footer-text center"><a class="link" target="_blank" rel="noopener" href="https://github.com/64bitpandas/bencuan.me">Browse the source at <i class="fab fa-github footer-icon"></i> !</a></div>
44
<div class="footer-text center"><a class="link" href="/2018">2018</a> | <a class="link" href="/2019">2019</a></div>
55
</footer>
66
<script src="js/vendor/modernizr-3.11.2.min.js"></script>

src/index.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html class="no-js" lang="">
2+
<html class="no-js" lang="en">
33

44
{% include 'head' %}
55

0 commit comments

Comments
 (0)