Skip to content

Commit fc5c608

Browse files
committed
Fixed favicon again, remove drop shadow from logo
1 parent b34d3d6 commit fc5c608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/default.html

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

1010
{% seo %}
1111
{% include head-custom.html %}
12-
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
12+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
1313
</head>
1414

1515
<body>
@@ -21,7 +21,7 @@
2121
<a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a>
2222
{% endif %}
2323

24-
<h1 id="project_title"><img src='images/logo.png' width='64' height='64'/>{{ site.title | default: site.github.repository_name }}</h1>
24+
<h1 id="project_title"><img src='images/logo.png' width='64' height='64' style-'text-shadow: none'/>{{ site.title | default: site.github.repository_name }}</h1>
2525
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
2626

2727
{% if site.show_downloads %}
File renamed without changes.

0 commit comments

Comments
 (0)