Skip to content

Commit

Permalink
Merge pull request #166 from w3c/favicon
Browse files Browse the repository at this point in the history
add links to favicon and apple touch icon
  • Loading branch information
deniak authored Dec 18, 2024
2 parents 683a93b + 3b0be10 commit 3da9356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<meta name="robots" content="unavailable_after: {{ page.expiryDate }}"/>
{% endif %}
<link rel="home" href="https://www.w3.org/"/>
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>

{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>
Expand Down

0 comments on commit 3da9356

Please sign in to comment.