mirror of https://gitee.com/bigwinds/arangodb
added favicon to gitbook
This commit is contained in:
parent
0f215c7f71
commit
6d09bb2ecd
|
@ -7543,7 +7543,7 @@ text-decoration: none;
|
|||
color: rgba(0,0,0,0.6)
|
||||
}
|
||||
.book .book-body .navigation.navigation-next {
|
||||
right: 10
|
||||
right: 10px
|
||||
}
|
||||
.book .book-body .navigation.navigation-prev {
|
||||
left: 50px
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="www.arangodb.org/wp-content/themes/triagens/images/favicon.ico" type="image/x-icon">
|
||||
{% block head %}{% endblock %}
|
||||
{{ htmlSnippet("head:end")|default("") }}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue