make favicon work

This commit is contained in:
wuyoli 2022-02-17 01:52:10 +00:00
parent 840dd900f5
commit c4f1a31e53
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -4,7 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<!--<link rel="short icon" href="{{ get_url(path="images/favicon.png") }}" type="image/x-icon"/>-->
<link rel="short icon" href="{{ get_url(path="images/favicon.png") }}" type="image/x-icon"/>
<link rel="stylesheet" href="{{ get_url(path="style.css") }}">
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
@ -21,7 +21,7 @@
<div id="sidebar" class="animated fadeInDown">
<div class="logo-title">
<div class="title">
<img src={{ get_url(path="images/logo@2x.png" ) }} style="width:127px;" alt="logo"/>
<img src={{ get_url(path="images/logo.svg" ) }} style="width:127px;" alt="logo"/>
<h3><a href="{{ get_url(path="@/_index.md") }}">{{ config.title }}</a></h3>
<div class="description">
<p>{{ config.description }}</p>