Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
Http request was blocked. 
so changed it to Https
  • Loading branch information
righttime authored Oct 18, 2023
1 parent b22d0bd commit 4ec7d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<meta name="naver-site-verification" content="a12cfeb6c265b918303a0caf759cf7ef9e50f827"/>

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ '/assets/css/swipper.css' | prepend: site.baseurl }}">
<link rel="shortcut icon" href="{{ 'favicon.ico' | prepend: site.baseurl }}" >
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!--<script src="{{ '/assets/js/jquery-2.2.2.min.js' | prepend: site.baseurl | prepend: site.url }}"></script>-->
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</head>
<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</head>

0 comments on commit 4ec7d27

Please sign in to comment.