mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Change the title to “Writing an OS in Rust”
This commit is contained in:
@@ -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: ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<title>
|
||||
{% if page.title == "Home" %}
|
||||
{{ site.title }} · {{ site.tagline }}
|
||||
{{ site.full_title }} · {{ site.title }}
|
||||
{% else %}
|
||||
{{ page.title }} · {{ site.title }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user