Skip to content

Commit

Permalink
Merge pull request #1023 from surdaft/add-favicon-to-radiator
Browse files Browse the repository at this point in the history
Add favicon to radiator
  • Loading branch information
bastelfreak authored Feb 7, 2024
2 parents 97afe52 + fb14b5e commit 34d5918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppetboard/templates/radiator.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html lang="en">
<head>
<title>{{config.PAGE_TITLE}}</title>
<link rel="icon" href="{{ url_for('static', filename='favicon.ico')}}" sizes="any"/>
<link rel="icon" href="{{ url_for('static', filename='favicon.svg')}}" type="image/svg+xml"/>
{% if config.REFRESH_RATE > 0 %}
<meta http-equiv='refresh' content="{{config.REFRESH_RATE}}"/>
{% endif %}
Expand Down

0 comments on commit 34d5918

Please sign in to comment.