We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768362 commit c756ffeCopy full SHA for c756ffe
themes/delphi/layouts/_default/covidcast_app.html
@@ -1,9 +1,7 @@
1
{{ define "styles" }}
2
- <link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "vendor.*\\.css$")| relURL }}" />
3
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
4
{{ end }}
5
{{ define "scripts" }}
6
- <script src="{{ (partial "covidcast/find-file.html" "vendor.*\\.js$") | relURL }}"></script>
7
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
8
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
9
0 commit comments