fix favicon

This commit is contained in:
Trent Palmer 2021-08-06 02:29:55 -07:00
parent 1887a6c540
commit d0d3dc5407
3 changed files with 1 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

View File

@ -51,6 +51,3 @@ SUMMARY_MAX_LENGTH = 50
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
EXTRA_PATH_METADATA = {
'extra/favicon.ico': {'path': 'favicon.ico'}, # and this
}

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock html_lang %}">
<head>
<link rel="shortcut icon" href="{{ SITEURL }}/images/favicon.ico?v=2" />
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />