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"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<header class="text-center nav navbar"> |
<header class="text-center nav navbar"> |
||||
<section class="centered page-top navbar-section"> |
<section class="centered page-top navbar-section"> |
||||
<h1 class="blog-title">nowhere</h1> |
<h1 class="blog-title">nowhere</h1> |
||||
</section> |
</section> |
||||
</header> |
</header> |
||||
{% endblock %} |
|
||||
|
|
||||
<html> |
<html> |
||||
<body> |
<body> |
||||
{% block content %} |
|
||||
|
|
||||
<posts> |
<posts> |
||||
<post></post> |
<post></post> |
||||
</posts> |
</posts> |
||||
<editor> |
<editor> |
||||
</editor> |
</editor> |
||||
|
|
||||
{% endblock %} |
|
||||
|
|
||||
<footer class="footer"> |
<footer class="footer"> |
||||
</footer> |
</footer> |
||||
|
|
||||
{% block styles %} |
|
||||
|
|
||||
<link rel="stylesheet" href="/blog/styles/spectre.min.css"> |
<link rel="stylesheet" href="/blog/styles/spectre.min.css"> |
||||
<link rel="stylesheet" href="/blog/styles/riotblog.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> |
<script type="text/javascript" src="/blog/scripts/riotblog.min.js"></script> |
||||
{% endblock %} |
|
||||
|
|
||||
</body> |
</body> |
||||
</html> |
</html> |
||||
|
Loading…
Reference in new issue