mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
moved theme.css to top
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
|
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
|
||||||
<link href="{cssSrc}" rel="stylesheet" media="screen">
|
<link href="{cssSrc}" rel="stylesheet" media="screen">
|
||||||
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
|
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
|
||||||
{link_tags}
|
{link_tags}
|
||||||
<!-- BEGIN pluginCSS -->
|
<!-- BEGIN pluginCSS -->
|
||||||
<link rel="stylesheet" href="{pluginCSS.path}">
|
<link rel="stylesheet" href="{pluginCSS.path}">
|
||||||
@@ -26,7 +27,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user