Merge remote-tracking branch 'origin/current-docs' into release-0.21

This commit is contained in:
Eike Kettner
2021-03-13 16:57:18 +01:00
6 changed files with 28 additions and 22 deletions

View File

@ -7,15 +7,16 @@
<script type="application/javascript" src="js/bundle.js"></script>
</head>
<body id="app">
<script type="application/javascript">
var elmFlags = {
"version": "{{ config.extra.version }}"
};
var elmApp = Elm.Main.init({
node: document.getElementById("app"),
flags: elmFlags
});
</script>
{% include "fathom.html" %}
</body>
<script type="application/javascript">
var elmFlags = {
"version": "{{ config.extra.version }}"
};
var elmApp = Elm.Main.init({
node: document.getElementById("app"),
flags: elmFlags
});
</script>
{% include "fathom.html" %}
</html>

View File

@ -1,8 +1,11 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eike Kettner">
<meta name="description" content="Simple Document Organizer">
<meta name="description" content="Docspell is a Document Management System (DMS), a system that asists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.">
<meta name="keywords" content="document management system dms organizer ocr open source free scan pdf word doc archive gpl machine learning nlp auto tagging"/>
<meta name="robots" content="index,follow"/>
<meta name="image" property="og:image" content="/img/poster.png">
<meta name="title" property="og:title" content="Docspell Simple Document Organizer">
<meta name="og:image" content="/img/poster.png">

View File

@ -63,8 +63,8 @@
{% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html>

View File

@ -98,7 +98,7 @@
</section>
{% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html>

View File

@ -71,7 +71,7 @@
</div>
{% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html>