Skip to content

Commit

Permalink
Integrity checks removed
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Feb 14, 2025
1 parent b1945ef commit e8c3358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/pinetheme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<!-- Stylesheets -->
<!-- General style -->
{{- $style_style := resources.Get "css/style.css" | minify | fingerprint -}}
<link rel="stylesheet" href="{{ $style_style.RelPermalink }}" integrity="{{ $style_style.Data.Integrity }}">
<link rel="stylesheet" href="{{ $style_style.RelPermalink }}">
<!-- Simplified print style -->
{{- $style_print := resources.Get "css/print.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style_print.RelPermalink }}" integrity="{{ $style_print.Data.Integrity }}">
<link rel="stylesheet" href="{{ $style_print.RelPermalink }}">
<!-- Slider -->
{{- $style_slider := resources.Get "css/slider.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style_slider.RelPermalink }}" integrity="{{ $style_slider.Data.Integrity }}">
<link rel="stylesheet" href="{{ $style_slider.RelPermalink }}">
<!-- Documentation -->
{{- $style_docs := resources.Get "css/documentation.css" | minify | fingerprint -}}
<link rel="stylesheet" href="{{ $style_docs.RelPermalink }}">
Expand Down

0 comments on commit e8c3358

Please sign in to comment.