Fix favicon path in base.html

This commit is contained in:
MarkGhebrial
2025-04-09 18:27:59 -07:00
parent 3a92e6d179
commit b8d1bde7d9

View File

@@ -16,7 +16,7 @@
<link rel="stylesheet" href="{{ get_url(path='css/custom.css') }}"> <link rel="stylesheet" href="{{ get_url(path='css/custom.css') }}">
<!-- Add favicon with appropriate sizes --> <!-- Add favicon with appropriate sizes -->
<link rel="icon" href="{{ config.extra.favicon | default(value='/favicon.ico') }}"> <link rel="icon" href="{{ config.extra.favicon | default(value='favicon.ico') }}">
</head> </head>
<body> <body>
{% set current_lang = config.default_language %} {% set current_lang = config.default_language %}