Skip to content

Commit d77bba6

Browse files
author
Ben Walker
committed
Make blob header link back to spdk.io
Signed-off-by: Ben Walker <[email protected]>
1 parent a3899a4 commit d77bba6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_includes/page-header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row">
55
<div class="col-lg-12">
66
<div class="page-title">
7-
<h1>{{ site.title }}</h1>
7+
<h1><a href="{{ site.baseurl }}">{{ site.title }}</a></h1>
88
</ul>
99
</div>
1010
</div>

css/spdk.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ h6 {
1515
font-weight: 900;
1616
}
1717

18+
19+
1820
.lead {
1921
font-size: 18px;
2022
font-weight: 400;
@@ -182,12 +184,17 @@ p.copyright {
182184
position: relative;
183185
}
184186

185-
.page-title > h1 {
187+
.page-title h1 {
186188
margin: 0;
187189
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
188190
font-size: 4em;
189191
}
190192

193+
.page-title a {
194+
text-decoration: none;
195+
color: inherit;
196+
}
197+
191198
.post {
192199
margin-bottom: 100px;
193200
margin-top: 50px;

0 commit comments

Comments
 (0)