Skip to content

Commit

Permalink
Added rel=stylesheet back in
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Dec 29, 2020
1 parent 4e73854 commit 029cc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{{ $script := .Site.Data.manifest.main }}
{{ with $script.css }}
<link type="text/css" href="{{ absURL . }}">
<link rel="stylesheet" type="text/css" href="{{ absURL . }}">
{{ end }}
{{ block "additional-css" . }}{{ end }}
</head>
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/page/test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "additional-css" }}
{{ $script := .Site.Data.manifest.test }}
{{ with $script.css }}
<link type="text/css" href="{{ absURL . }}">
<link rel="stylesheet" type="text/css" href="{{ absURL . }}">
{{ end }}
{{ end }}

Expand Down

0 comments on commit 029cc7d

Please sign in to comment.