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

lxndrblz
4 days ago cbd808a6a1a32eda8129c3b73540fe1541ca9d8e
style: prettier format all files
3 files modified
15 ■■■■ changed files
config/_default/hugo.yml 4 ●●●● patch | view | raw | blame | history
layouts/partials/katex.html 9 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
config/_default/hugo.yml
@@ -1,7 +1,7 @@
mediaTypes:
  font/woff:
    suffixes:
    - woff
      - woff
  font/woff2:
    suffixes:
    - woff2
      - woff2
layouts/partials/katex.html
@@ -11,7 +11,8 @@
      rel="stylesheet"
      href="{{- $css.RelPermalink -}}"
      integrity="{{- $css.Data.Integrity -}}"
      crossorigin="anonymous">
      crossorigin="anonymous"
    />
  {{ end -}}
{{ end -}}
@@ -24,9 +25,9 @@
  {{ with .Err -}}
    {{ errorf "%s" . -}}
  {{ else with ( .Value | unmarshal ) -}}
      {{ range .files -}}
        {{ $fontFiles = $fontFiles | append .path -}}
      {{ end -}}
    {{ range .files -}}
      {{ $fontFiles = $fontFiles | append .path -}}
    {{ end -}}
  {{ else -}}
    {{ errorf "Unable to get remote resource %q" $url -}}
  {{ end -}}
package.json
@@ -38,4 +38,4 @@
    "release-it": "^20.2.1",
    "shx": "^0.4.0"
  }
}
}