Add meta info and favicon

This commit is contained in:
Eike Kettner
2020-07-31 01:14:09 +02:00
parent 8f6202743f
commit 2296ea9ebe
9 changed files with 252 additions and 42 deletions

View File

@ -1,10 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Docspell: {{ page.title }}</title>
{% include "meta.html" %}
<title>{{ page.title }} Docspell Documentation</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>