From ef0bdc6986c137b952730839c3b630cee0541f30 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 6 Nov 2015 19:59:03 +0100 Subject: [PATCH] =?UTF-8?q?Change=20the=20title=20to=20=E2=80=9CWriting=20?= =?UTF-8?q?an=20OS=20in=20Rust=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 4 ++-- _includes/head.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 838c9382..e9d8064a 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,8 @@ relative_permalinks: true # Setup title: phil-opp's blog -full_title: Philipp Oppermann's blog -tagline: "Writing an OS in Rust" +full_title: Writing an OS in Rust +tagline: Philipp Oppermann's blog paginate: 10 baseurl: "" diff --git a/_includes/head.html b/_includes/head.html index 7437d194..8bccb0d0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,7 +7,7 @@ {% if page.title == "Home" %} - {{ site.title }} · {{ site.tagline }} + {{ site.full_title }} · {{ site.title }} {% else %} {{ page.title }} · {{ site.title }} {% endif %}