Skip to content

Commit

Permalink
Merge "feat: serve a favicon" into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kambiz-aghaiepour authored and gerritforge-ltd committed Sep 26, 2024
2 parents 9cca8e9 + d62e080 commit 48a3a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added src/quads/web/static/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/quads/web/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +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') }}">
{%- block html %}
<head>
{%- block head %}
Expand Down

0 comments on commit 48a3a7f

Please sign in to comment.