mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
update
This commit is contained in:
parent
1d48105a66
commit
3cdc0b6387
2 changed files with 9 additions and 1 deletions
|
@ -1 +1,8 @@
|
|||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
This is my blog made with Zola.
|
||||
</h1>
|
||||
<p>Click <a href="/blog/">here</a> to see my posts.</p>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- ... -->
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
{% if zt.enable_search %}
|
||||
<script defer src="/js/search.js"></script>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue