File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- module github.com/google/docsy-example
1
+ module github.com/layer5io/docs
2
2
3
- go 1.12
3
+ go 1.23
4
4
5
5
require (
6
- github.com/google/docsy v0.10 .0 // indirect
6
+ github.com/google/docsy v0.12 .0 // indirect
7
7
github.com/google/docsy/dependencies v0.7.2 // indirect
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
- github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
- github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
4
- github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984 =
5
- github.com/google/docsy v0.9.1 /go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U =
6
- github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg =
7
- github.com/google/docsy v0.10.0 /go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc =
2
+ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
+ github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4 =
4
+ github.com/google/docsy v0.12.0 /go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM =
8
5
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI =
9
6
github.com/google/docsy/dependencies v0.7.2 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
10
- github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc =
11
7
github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
12
- github.com/twbs/bootstrap v5.3.3 +incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
8
+ github.com/twbs/bootstrap v5.3.6 +incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change 28
28
{{ .Site.Title -}}
29
29
{{ end -}}
30
30
</ title >
31
- < meta name ="description " content ="{{ template "partials /page-description.html" . }}">
31
+ < meta name ="description " content ="{{ template "_partials /page-description.html" . }}">
32
32
{{ template "_internal/opengraph.html" . -}}
33
33
{{ template "_internal/schema.html" . -}}
34
34
{{ template "_internal/twitter_cards.html" . -}}
52
52
53
53
{{ partial "hooks/head-end.html" . -}}
54
54
55
- {{/* To comply with GDPR, cookie consent scripts places in head-end must execute before Google Analytics is enabled */ -}}
55
+ {{/*
56
+ To comply with GDPR, cookie consent scripts places in head-end must execute before Google Analytics is enabled
56
57
{{ if hugo.IsProduction -}}
57
58
{{ $enableGtagForUniversalAnalytics := not .Site.Params.disableGtagForUniversalAnalytics -}}
58
59
{{ if (or $enableGtagForUniversalAnalytics (hasPrefix .Site.GoogleAnalytics "G-")) -}}
61
62
{{ template "_internal/google_analytics.html" . -}}
62
63
{{ end -}}
63
64
{{ end -}}
65
+ */ -}}
66
+
67
+
64
68
65
69
{{ define "algolia/head" -}}
66
70
You can’t perform that action at this time.
0 commit comments