Remove the SRI stuff; use md5 instead of sha512 for fingerprinting since it is shorter
This commit is contained in:
parent
fb1b4ccab3
commit
6842511b10
8 changed files with 13 additions and 13 deletions
|
|
@ -14,19 +14,19 @@
|
|||
</body>
|
||||
|
||||
{{ with partial "resources/root_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
{{- with partial "resources/section_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
{{- with partial "resources/page_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
|
||||
{{ block "styles" . }}{{ end }}
|
||||
{{ block "scripts" . }}{{ end }}
|
||||
|
||||
{{- with partial "resources/site_js.html" . -}}
|
||||
<script type="module" src="{{ .Permalink }}" integrity="{{ .Data.Integrity }}"></script>
|
||||
<script type="module" src="{{ .RelPermalink }}"></script>
|
||||
{{ end }}
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue