Skip to content

Commit 4ee1bbb

Browse files
committed
Add favicon and resize the logo
1 parent 3a9e52d commit 4ee1bbb

File tree

3 files changed

+167
-0
lines changed

3 files changed

+167
-0
lines changed

sass/default.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import "../themes/Zulma/sass/default.scss"
2+
3+
.navbar-item img {
4+
max-height:3rem
5+
}

static/favicon.svg

Lines changed: 157 additions & 0 deletions
Loading

templates/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "Zulma/templates/index.html" %}
2+
3+
{% block extra_head %}
4+
<link rel="icon" href="favicon.svg">
5+
{% endblock extra_head %}

0 commit comments

Comments
 (0)