mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add a subtitle: Writing an OS in Rust
This commit is contained in:
@@ -7,7 +7,7 @@ relative_permalinks: true
|
||||
# Setup
|
||||
title: phil-opp's blog
|
||||
full_title: Philipp Oppermann's blog
|
||||
tagline: ""
|
||||
tagline: "Writing an OS in Rust"
|
||||
paginate: 10
|
||||
baseurl: ""
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<header class="masthead">
|
||||
<h3 class="masthead-title">
|
||||
<a href="{{ site.baseurl }}/" title="Home">{{ site.full_title }}</a>
|
||||
<!--<small>{{ site.tagline }}</small>-->
|
||||
<small>{{ site.tagline }}</small>
|
||||
<span class="navigation">
|
||||
{% for page in site.navigation_pages %}
|
||||
<small><a href="{{ page[1] }}">{{ page[0] }}</a></small>
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.masthead-title small {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user