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,10 +4,11 @@
{% include "meta.html" %}
<title>Docspell Simple document organizer</title>
<link rel="stylesheet" href="styles.css">
<script type="application/javascript" src="js/bundle.js"></script>
<script type="text/javascript" src="{{ get_url(path="/js/bundle.js") }}"></script>
</head>
<body id="app">
<script type="application/javascript">
var elmFlags = {
"version": "{{ config.extra.version }}"
@ -17,6 +18,7 @@
flags: elmFlags
});
</script>
{% include "fathom.html" %}
</body>
</html>