We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3899a4 commit d77bba6Copy full SHA for d77bba6
_includes/page-header.html
@@ -4,7 +4,7 @@
4
<div class="row">
5
<div class="col-lg-12">
6
<div class="page-title">
7
- <h1>{{ site.title }}</h1>
+ <h1><a href="{{ site.baseurl }}">{{ site.title }}</a></h1>
8
</ul>
9
</div>
10
css/spdk.css
@@ -15,6 +15,8 @@ h6 {
15
font-weight: 900;
16
}
17
18
+
19
20
.lead {
21
font-size: 18px;
22
font-weight: 400;
@@ -182,12 +184,17 @@ p.copyright {
182
184
position: relative;
183
185
186
-.page-title > h1 {
187
+.page-title h1 {
188
margin: 0;
189
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
190
font-size: 4em;
191
192
193
+.page-title a {
194
+ text-decoration: none;
195
+ color: inherit;
196
+}
197
198
.post {
199
margin-bottom: 100px;
200
margin-top: 50px;
0 commit comments