removed underline from title links
This commit is contained in:
parent
fe3713ac6c
commit
5ca4cc9db5
|
@ -114,6 +114,10 @@ hr {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.header a.title:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header .author {
|
||||
font-family: 'Merriweather', serif;
|
||||
font-variant: small-caps;
|
||||
|
|
|
@ -11,7 +11,7 @@ block header
|
|||
include author
|
||||
a(href=locals.url)
|
||||
img(src="/img/logo.png", alt="", srcset="" height="64")
|
||||
a(href=locals.home)
|
||||
a(href=locals.home, class="title")
|
||||
h1= page.title
|
||||
p.author
|
||||
| #{ 'Written by ' }
|
||||
|
|
|
@ -20,9 +20,8 @@ html(lang='en')
|
|||
div.logo
|
||||
a(href=locals.url)
|
||||
img(src="img/logo.png", alt="", srcset="" height="64" style="margin-right: 16px;")
|
||||
Home
|
||||
h1.h1
|
||||
a(href=locals.url)= locals.name
|
||||
a(href=locals.url, class="title")= locals.name
|
||||
p.description= locals.description
|
||||
p.blerb= locals.blerb
|
||||
div#content
|
||||
|
|
Loading…
Reference in New Issue