Skip to content

Commit d897799

Browse files
committed
fix
1 parent ef868ba commit d897799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- hack iOS CSS :active style -->
77
<body ontouchstart="">
8-
<script type="text/javascript">
8+
<!-- <script type="text/javascript">
99
function addBlankTargetForLinks () {
1010
$('a[href^="http"]').each(function(){
1111
$(this).attr('target', '_blank');
@@ -16,7 +16,7 @@
1616
addBlankTargetForLinks();
1717
});
1818
19-
</script>
19+
</script> -->
2020
{% include nav.html %}
2121

2222
{{ content }}

0 commit comments

Comments
 (0)