Skip to content

Commit

Permalink
Merge pull request etcd-io#62 from lucperkins/lperkins/update-hugo-ve…
Browse files Browse the repository at this point in the history
…rsion

Update Hugo version to 0.65.0
  • Loading branch information
lucperkins authored Feb 21, 2020
2 parents 3f78eb6 + e6dda46 commit 97475db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{{- $fontAwesomeUrl := printf "https://use.fontawesome.com/releases/v%s/css/all.css" $fontAwesomeVersion }}

@charset "utf-8"
@import url({{ $fontsUrl }})
@import url({{ $fontAwesomeUrl }})
@import url("{{ $fontsUrl }}")
@import url("{{ $fontAwesomeUrl }}")

// Project-specific colors and variables
$etcd-blue: #419eda
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish = "public"
command = "make production-build"

[build.environment]
HUGO_VERSION = "0.62.2"
HUGO_VERSION = "0.65.0"

[context.deploy-preview]
command = "make preview-build"
Expand Down

0 comments on commit 97475db

Please sign in to comment.