Add favicon
This commit is contained in:
parent
acee58f41e
commit
5a29645ee4
11 changed files with 43 additions and 28 deletions
|
@ -8,12 +8,12 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
{{ snippet('meta_information') }}
|
||||
{{ snippet('robots') }}
|
||||
<link rel="icon" type="image/png" href="{{ site.favicon }}" />
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ asset('assets/libraries/plyr.min.css') }}" />
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/style.min.css') }}"/>
|
||||
{% endblock %}
|
||||
<link rel="icon" sizes="any" href="assets/favicon/xiao-wang-favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon/xiao-wang-favicon.svg">
|
||||
<link rel="apple-touch-icon" href="assets/favicon/xiao-wang-apple-touch-icon.png">
|
||||
<link rel="manifest" href="assets/favicon/xiao-wang.webmanifest">
|
||||
<link rel="stylesheet" href="{{ asset('assets/libraries/plyr.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/style.min.css') }}">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue