diff options
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index be84317..9dd324f 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -17,7 +17,7 @@ href="/media/screenv9.css?{% now "u" %}" media="screen">{%endblock%} <link rel="stylesheet" href="/media/print.css" media="print" title="print" /> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="manifest" href="/manifest.webmanifest" /> {%block extrahead%}{%endblock%} </head> |