Skip to content

Commit

Permalink
fix: fix favicon not found
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 committed Aug 28, 2019
1 parent d36f68e commit 559d68f
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 @@ -4,14 +4,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- seo title=false -%}
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon }}" />
<link rel="shortcut icon" type="image/x-icon" href="/{{ site.favicon }}" />
<link rel="stylesheet" href="{{ site.url }}/assets/css/agate.css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- include google-analytics.html -%}
{%- endif -%}
</head>
</head>

0 comments on commit 559d68f

Please sign in to comment.