Skip to content

Commit

Permalink
Add favicon and resize the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Nov 29, 2023
1 parent 3a9e52d commit 4ee1bbb
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/default.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "../themes/Zulma/sass/default.scss"

.navbar-item img {
max-height:3rem
}
157 changes: 157 additions & 0 deletions static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "Zulma/templates/index.html" %}

{% block extra_head %}
<link rel="icon" href="favicon.svg">
{% endblock extra_head %}

0 comments on commit 4ee1bbb

Please sign in to comment.