mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
4907f53dc2
commit
d640a7c260
3 changed files with 27 additions and 1 deletions
21
docs/_includes/head.html
Normal file
21
docs/_includes/head.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html> <html lang="en-US">
|
||||
<head> <meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<title>{{ page.title }} - {{ site.title }}</title>
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="Description" content="{{ page.description }}">
|
||||
{% endif %}
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/assets/css/just-the-docs-default.css">
|
||||
<link rel="stylesheet" href="/assets/css/premonition.css">
|
||||
<script type="text/javascript" src="/assets/js/vendor/lunr.min.js"></script>
|
||||
<script type="text/javascript" src="/assets/js/just-the-docs.js"></script>
|
||||
<script src="/assets/js/jquery-3.3.1.min.js"></script>
|
||||
<link rel="stylesheet" href="/assets/css/jquery.fancybox.min.css">
|
||||
<script src="/assets/js/jquery.fancybox.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
{% seo %}
|
||||
</head>
|
|
@ -16,6 +16,11 @@ $svg-warning-color: "f0ad4e";
|
|||
$svg-error-color: "d9534f";
|
||||
$svg-citation-color: "495057";
|
||||
|
||||
.nav-list .nav-list-item {
|
||||
font-size: 18px !important;
|
||||
padding: 4px 0px 0px 0px !important;
|
||||
}
|
||||
|
||||
.premonition {
|
||||
display: grid;
|
||||
grid-template-columns: 43px auto;
|
||||
|
|
|
@ -21,7 +21,7 @@ The title will be in rss feed, in html head and in emails:
|
|||
|
||||
`"title": "Gancio"`
|
||||
|
||||
![title](assets/title.png)
|
||||
![title](../assets/title.png)
|
||||
|
||||
- ### Description
|
||||
`"description": "a shared agenda for local communities"`
|
||||
|
|
Loading…
Reference in a new issue