Skip to content

Commit f179df6

Browse files
committed
remove border from logo
1 parent c85cf3d commit f179df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<body>
88
<header>
9-
<h1><a href="/"><img src="/logo.png"></a></h1>
9+
<h1><a href="/"><img style="border:0;" src="/logo.png"></a></h1>
1010
</header>
1111

1212
{{content}}

0 commit comments

Comments
 (0)