mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37: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
|
# 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: ""
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% if page.title == "Home" %}
|
{% if page.title == "Home" %}
|
||||||
{{ site.title }} · {{ site.tagline }}
|
{{ site.full_title }} · {{ site.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ page.title }} · {{ site.title }}
|
{{ page.title }} · {{ site.title }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user