Add site header and restyle page content
This commit is contained in:
parent
3a1dddcf50
commit
c6c4b3a367
3 changed files with 65 additions and 32 deletions
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<h1 class="title">Cyberfrog blog</h1>
|
||||
<main id="main-content">
|
||||
<h2 id="blog-title">{{ page.title }}</h2>
|
||||
<h2 class="blog-title">{{ page.title }}</h2>
|
||||
<h4 class="blog-post-date">Published: {{ page.date }} || Last updated: {{ page.updated }}</h4>
|
||||
<div class="blog-posts">
|
||||
{% block content %} {% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue