mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -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>
|
||||
|
@ -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">
|
||||
@ -63,6 +62,7 @@
|
||||
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "search-head.html" %}
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</body>
|
||||
|
@ -4,7 +4,6 @@
|
||||
{% include "meta.html" %}
|
||||
<title>{{ page.title }} – Docspell Documentation</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
{% include "search-head.html" %}
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-info is-small">
|
||||
@ -98,6 +97,7 @@
|
||||
</section>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "search-head.html" %}
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</body>
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<script type="application/javascript" src="/search_index.en.js"></script>
|
||||
<script type="application/javascript" src="/elasticlunr.min.js"></script>
|
||||
<script type="application/javascript" src="/js/bundle.js"></script>
|
||||
<script type="application/javascript" src="/js/searchhelper.js"></script>
|
||||
<script type="text/javascript" src="{{ get_url(path="elasticlunr.min.js") }}"></script>
|
||||
<script type="text/javascript" src="{{ get_url(path="search_index.en.js") }}"></script>
|
||||
<script type="text/javascript" src="{{ get_url(path="/js/searchhelper.js") }}"></script>
|
||||
<script type="text/javascript" src="{{ get_url(path="/js/bundle.js") }}"></script>
|
||||
|
Reference in New Issue
Block a user