fix favicon
This commit is contained in:
		| 
		 Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B  | 
@@ -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
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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 }}" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user