Skip to content

Commit

Permalink
feat: translucent favicon
Browse files Browse the repository at this point in the history
Change-Id: I240831d1fb07fe59f1a137b53faa3b48e9e39517
  • Loading branch information
grafuls committed Sep 26, 2024
1 parent 48a3a7f commit e5fa8c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/quads/web/static/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/quads/web/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% block doc -%}
<!DOCTYPE html>
<html{% block html_attribs %} lang="en" {% endblock html_attribs %}>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{%- block html %}
<head>
{%- block head %}
Expand Down

0 comments on commit e5fa8c5

Please sign in to comment.