File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# any changes here in this Dockerfile. (it is not actually a pre-release,
55# but the tag has to conform to the semver scheme, where only 3 numbers
66# are allowed)
7- FROM docker.io/floryn90/hugo:0.145 .0-ext-alpine
7+ FROM docker.io/floryn90/hugo:0.150 .0-ext-alpine
88USER root
99RUN apk add git && \
1010 git config --global --add safe.directory /src
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/google/docsy-example
33go 1.12
44
55require (
6- github.com/google/docsy v0.11 .0
6+ github.com/google/docsy v0.12 .0
77 github.com/google/docsy/dependencies v0.7.2 // indirect
88)
Original file line number Diff line number Diff line change 2121 {{ .Site.Title -}}
2222 {{ end -}}
2323</ title >
24- < meta name ="description " content ="{{ template " partials /page-description.html" . }}">
24+ < meta name ="description " content ="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }} ">
2525{{ template "_internal/opengraph.html" . -}}
2626{{ template "_internal/schema.html" . -}}
2727{{ template "_internal/twitter_cards.html" . -}}
You can’t perform that action at this time.
0 commit comments