From f48ebb39618187e1eac5ebf53e914ec81010f4e4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 25 Oct 2015 14:07:40 +0100 Subject: [PATCH] Add a subtitle: Writing an OS in Rust --- _config.yml | 2 +- _layouts/default.html | 2 +- _sass/_masthead.scss | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 65329344..4d25f211 100644 --- a/_config.yml +++ b/_config.yml @@ -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: "" diff --git a/_layouts/default.html b/_layouts/default.html index e231d29d..020ad3ac 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,7 +9,7 @@

{{ site.full_title }} - + {{ site.tagline }} {% for page in site.navigation_pages %} {{ page[0] }} diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index 35b98815..30c0d621 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -25,6 +25,10 @@ } } +.masthead-title small { + margin-left: 1rem; +} + .navigation { float: right; }