add favicon to documentation

This commit is contained in:
Divyansh Singh 2023-04-03 17:36:24 +05:30
parent 7e6bee84b0
commit fc58ba5763
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="docs/static/borgmatic.png" type="image/x-icon">
<title>{{ subtitle + ' - ' if subtitle}}{{ title }}</title>
{%- set css %}
{% include 'index.css' %}