Skip to content

Commit

Permalink
Merge pull request #126 from stuartmaxwell:add-favicon
Browse files Browse the repository at this point in the history
Add a basic favicon
  • Loading branch information
stuartmaxwell authored Oct 15, 2024
2 parents e3cb49d + be54c2f commit 356bbe0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added static/img/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="color-scheme" content="light dark">

<title>{% blog_page_title post_text="| " %}{% blog_title %}</title>
<link rel="icon" href="{% static 'img/favicon-32x32.png' %}" sizes="32x32" type="image/png">

<link href="{% static "css/pico.jade.min.css" %}" rel="stylesheet">
<link href="{% static "css/pygments/nord.min.css" %}" rel="stylesheet">
Expand Down

0 comments on commit 356bbe0

Please sign in to comment.