mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Add meta info and favicon
This commit is contained in:
20
website/site/templates/meta.html
Normal file
20
website/site/templates/meta.html
Normal file
@ -0,0 +1,20 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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="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">
|
||||
<meta name="og:title" content="Docspell – Simple Document Organizer">
|
||||
<meta name="og:site_name" content="{% if section is defined %}{{ section.title }} - {% endif %}{%if page is defined %}{{ page.title }} - {% endif %}Docspell">
|
||||
<meta name="og:url" content="">
|
||||
<meta name="og:type" content="website">
|
||||
<meta name="og:description" content="Simple Document Organizer">
|
||||
<meta name="twitter:title" content="Docspell">
|
||||
<meta name="twitter:image" content="/img/poster.png">
|
||||
<meta name="twitter:description" content="Simple Document Organizer">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<link rel="shortcut icon" href="/favicon-mc.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon-mc.ico" type="image/x-icon">
|
Reference in New Issue
Block a user