mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update to gutenberg 0.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="{{ config.language_code }}">
|
||||
<html lang="{{ config.default_language }}">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -21,7 +21,7 @@
|
||||
<div class="container content">
|
||||
<header class="masthead">
|
||||
<h1 class="masthead-title">
|
||||
<a href="/" title="Home">{{ config.title }}</a>
|
||||
<a href="{{ get_url(path="./second-edition/_index.md") }}" title="Home">{{ config.title }} (Second Edition)</a>
|
||||
</h1>
|
||||
<p><small>{{ config.extra.subtitle }}</small></p>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user