mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 16:06:32 +02:00
moved favicon link to top of header
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<title>{browserTitle}</title>
|
||||
{meta_tags}
|
||||
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
|
||||
<link href="{cssSrc}" rel="stylesheet" media="screen">
|
||||
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
|
||||
{link_tags}
|
||||
@@ -26,7 +27,6 @@
|
||||
});
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
|
||||
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user