Change the title to “Writing an OS in Rust”

This commit is contained in:
Philipp Oppermann
2015-11-06 19:59:03 +01:00
parent 8a4ae0751d
commit ef0bdc6986
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ relative_permalinks: true
# Setup # Setup
title: phil-opp's blog title: phil-opp's blog
full_title: Philipp Oppermann's blog full_title: Writing an OS in Rust
tagline: "Writing an OS in Rust" tagline: Philipp Oppermann's blog
paginate: 10 paginate: 10
baseurl: "" baseurl: ""

View File

@@ -7,7 +7,7 @@
<title> <title>
{% if page.title == "Home" %} {% if page.title == "Home" %}
{{ site.title }} &middot; {{ site.tagline }} {{ site.full_title }} &middot; {{ site.title }}
{% else %} {% else %}
{{ page.title }} &middot; {{ site.title }} {{ page.title }} &middot; {{ site.title }}
{% endif %} {% endif %}