mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 15:27:50 +00:00
Create an initial style for 3rd edition with dark mode support
This commit is contained in:
13
blog/templates/edition-3/base.html
Normal file
13
blog/templates/edition-3/base.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "edition-3/foundation.html" %}
|
||||
|
||||
{% block masthead %}
|
||||
<header class="masthead">
|
||||
<div style="position:relative">
|
||||
<h2 class="masthead-title">
|
||||
<a href="{{ config.base_url | safe }}/edition-3" title="Home">{{ config.title | safe }} (Third Edition - Alpha)</a>
|
||||
</h2>
|
||||
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}</small></p>
|
||||
{% block header %}{% endblock header %}
|
||||
</div>
|
||||
</header>
|
||||
{% endblock masthead %}
|
||||
Reference in New Issue
Block a user