mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
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"
|
||||
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 }}">
|
||||
|
@ -1 +0,0 @@
|
||||
/* Place a custom css file in your own project to use this. */
|
Loading…
Reference in New Issue
Block a user