Update index.html
- Google Fonts + DNS Witch Collective logo
This commit is contained in:
parent
a6e3b2ee09
commit
f2a8ebc809
1 changed files with 1 additions and 3 deletions
|
@ -7,11 +7,9 @@
|
|||
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
{% block favicon %}
|
||||
<link rel="icon" type="image/png" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.juice_logo_path) }}">
|
||||
{% endblock favicon %}
|
||||
{% include "_variables.html" %}
|
||||
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/normalize.css">
|
||||
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
|
||||
{% block head %}
|
||||
|
|
Loading…
Reference in a new issue