Skip to content

Commit

Permalink
chore(layouts): remove style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 16, 2024
1 parent 203c5c9 commit 6a0cf2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions themes/aurelia-theme/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<head>
{{ partial "head.html" . }}

<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">

{{ $aureliaFiles := readDir "static/aurelia2" }}
{{ range $aureliaFiles }}
{{ if findRE "main-.*\\.js$" .Name }}
Expand Down

0 comments on commit 6a0cf2a

Please sign in to comment.