diff options
Diffstat (limited to 'templates/favicon.html')
-rw-r--r-- | templates/favicon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/favicon.html b/templates/favicon.html index cfa2959..28b504d 100644 --- a/templates/favicon.html +++ b/templates/favicon.html @@ -1,3 +1,3 @@ {% if config.extra.favicon %} - <link rel="shortcut icon" href="{{ config.extra.favicon }}" /> + <link rel="shortcut icon" href="{{ config.extra.favicon }}"> {%- endif -%} |