diff --git a/templates/base.html b/templates/base.html index f4f25014984ecc7db9042a614d22e13bc3b3bb25..5c87a1a3ad106db8c7288823b022b4e949f2c1c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,6 +29,8 @@ <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/style.css" /> <link rel="stylesheet" type="text/css" href="{{ CUSTOM_STYLESHEET }}" /> + <link rel="shortcut icon" href="{{ FAVICON }}" /> + <title> {{ SITENAME }} </title>