Skip to content

Commit 2b9d82a

Browse files
committed
update hugo to version 0.150.0
1 parent 842ebf9 commit 2b9d82a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.127.0
35+
HUGO_VERSION: 0.150.0
3636
HUGO_ENVIRONMENT: production
3737
TZ: America/Los_Angeles
3838
steps:

layouts/partials/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
crossorigin
5050
/>
5151

52-
{{ $style := resources.Get "sass/main.sass" | resources.ToCSS | resources.Minify
53-
| resources.Fingerprint }}
52+
{{ $style := resources.Get "sass/main.sass" | css.Sass | resources.Minify |
53+
resources.Fingerprint }}
5454
<link rel="stylesheet" href="{{$style.RelPermalink}}" />
5555
{{- partial "js.html" . -}}

0 commit comments

Comments
 (0)