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:
Aditya Telange 2020-09-06 20:19:49 +05:30
parent eeb70f3f89
commit a22aa8aac3
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@
<link href="{{ $profileMode.Permalink }}" integrity="{{ $profileMode.Data.Integrity }}" rel="preload stylesheet"
as="style">
{{end}}
<link href="{{ "custom.css" | absURL }}" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
<link rel="icon" href="{{ "favicon.ico" | absURL }}">

View File

@ -1 +0,0 @@
/* Place a custom css file in your own project to use this. */