mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
26.49.2025 c1482d2efc09d82bb0ea0005cd29559b0f8895e5
style: prettier format all files
1 files modified
10 ■■■■ changed files
layouts/partials/head.html 10 ●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -54,17 +54,11 @@
  {{ with resources.Get "scss/main.scss" -}}
    {{ if hugo.IsProduction -}}
      {{ with . | toCSS $options | minify | fingerprint }}
  <link rel="stylesheet"
    href="{{ .RelPermalink }}"
    integrity="{{ .Data.Integrity }}"
    crossorigin="anonymous">
        <link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous" />
      {{ end -}}
    {{ else -}}
      {{ with . | toCSS $options }}
  <link
    rel="stylesheet"
    href="{{ .RelPermalink }}"
  />
        <link rel="stylesheet" href="{{ .RelPermalink }}" />
      {{ end -}}
    {{ end -}}
  {{ end -}}