mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Upgrade Hugo to 0.87.0
This commit is contained in:
parent
37d314b676
commit
449708afd4
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
||||||
<div id="body-inner">
|
<div id="body-inner">
|
||||||
{{if and (not .IsHome) (not .Params.chapter) }}
|
{{if and (not .IsHome) (not .Params.chapter) }}
|
||||||
<h1>
|
<h1>
|
||||||
{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }}
|
{{ if eq .Kind "term" }}
|
||||||
{{.Data.Singular}} ::
|
{{.Data.Singular}} ::
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{.Title}}
|
{{.Title}}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_THEME = "repo"
|
HUGO_THEME = "repo"
|
||||||
HUGO_THEMESDIR = "/opt/build"
|
HUGO_THEMESDIR = "/opt/build"
|
||||||
HUGO_VERSION = "0.72.0"
|
HUGO_VERSION = "0.87.0"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_BASEURL = "https://relearn.netlify.app/"
|
HUGO_BASEURL = "https://relearn.netlify.app/"
|
||||||
|
|
Loading…
Reference in a new issue