4 changed files with 15 additions and 33 deletions
@ -1,37 +1,23 @@ |
|||
{% block head %} |
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
<header class="text-center nav navbar"> |
|||
<section class="centered page-top navbar-section"> |
|||
<h1 class="blog-title">nowhere</h1> |
|||
</section> |
|||
</header> |
|||
{% endblock %} |
|||
|
|||
<html> |
|||
<body> |
|||
{% block content %} |
|||
|
|||
<posts> |
|||
<post></post> |
|||
</posts> |
|||
<editor> |
|||
</editor> |
|||
|
|||
{% endblock %} |
|||
|
|||
<footer class="footer"> |
|||
</footer> |
|||
|
|||
{% block styles %} |
|||
|
|||
<link rel="stylesheet" href="/blog/styles/spectre.min.css"> |
|||
<link rel="stylesheet" href="/blog/styles/riotblog.min.css"> |
|||
|
|||
{% endblock %} |
|||
|
|||
{% block scripts %} |
|||
<script type="text/javascript" src="/blog/scripts/riotblog.min.js"></script> |
|||
{% endblock %} |
|||
|
|||
</body> |
|||
</html> |
|||
|
Loading…
Reference in new issue