remove custom css support
* user can clone head into <site root>/layouts/partials/head.html and add custom resources and assets according to wish
This commit is contained in:
parent
eeb70f3f89
commit
a22aa8aac3
@ -35,7 +35,6 @@
|
|||||||
<link href="{{ $profileMode.Permalink }}" integrity="{{ $profileMode.Data.Integrity }}" rel="preload stylesheet"
|
<link href="{{ $profileMode.Permalink }}" integrity="{{ $profileMode.Data.Integrity }}" rel="preload stylesheet"
|
||||||
as="style">
|
as="style">
|
||||||
{{end}}
|
{{end}}
|
||||||
<link href="{{ "custom.css" | absURL }}" rel="stylesheet">
|
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
|
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
|
||||||
<link rel="icon" href="{{ "favicon.ico" | absURL }}">
|
<link rel="icon" href="{{ "favicon.ico" | absURL }}">
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/* Place a custom css file in your own project to use this. */
|
|
Loading…
Reference in New Issue
Block a user