mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add better description, move js inside body
This commit is contained in:
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -63,8 +63,8 @@
|
||||
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</body>
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
|
||||
</html>
|
||||
|
@ -98,7 +98,7 @@
|
||||
</section>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</body>
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</html>
|
||||
|
@ -71,7 +71,7 @@
|
||||
</div>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</body>
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user