|
|
|
@ -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>
|
|
|
|
|