mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Removing h1 from site-title
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<h1 class="site-title">
|
||||
<a href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||
</h1>
|
||||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||
|
||||
<nav class="site-nav">
|
||||
<a href="#" class="menu-icon">
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
|
||||
> a {
|
||||
font-weight: 300;
|
||||
&,
|
||||
&:visited {
|
||||
color: $grey-color-dark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user