Update zola to 0.14.1 and fix doc search

Issue: #1120
This commit is contained in:
eikek
2021-10-25 17:21:55 +02:00
parent 3f71985b64
commit 6783b82fd5
8 changed files with 29 additions and 27 deletions

View File

@ -4,7 +4,6 @@
{% include "meta.html" %}
<title>{{ section.title }} Docspell Documentation</title>
<link rel="stylesheet" href="/styles.css">
{% include "search-head.html" %}
</head>
<body>
<section class="hero is-info is-small">
@ -71,6 +70,8 @@
</div>
{% include "footer.html" %}
{% include "search-head.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body>