mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-28 09:12:37 +00:00
Remove call to homepage stylesheet in site-style.html
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
<link rel="stylesheet" href="/css/style.min.css">
|
||||
<script src="https://use.typekit.net/bmc1jgv.js"></script>
|
||||
<script>try{Typekit.load({ async: false });}catch(e){}</script>
|
||||
{{ if .IsHome }}
|
||||
<link rel="stylesheet" href="{{ "css/homepage.min.css" | relURL }}">
|
||||
{{ end }}
|
||||
<script>try{Typekit.load({ async: false });}catch(e){}</script>
|
||||
Reference in New Issue
Block a user