Skip to content

Commit c52ad59

Browse files
committed
Disable broken / dev links.
Signed-off-by: Felix Fontein <felix@fontein.de>
1 parent 35955a2 commit c52ad59

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

hugo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,16 @@ enable = false
160160

161161
[params.links]
162162
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
163-
[[params.links.user]]
164-
name = "User mailing list"
165-
url = "https://example.org/mail"
166-
icon = "fa fa-envelope"
167-
desc = "Discussion and help from your fellow users"
168-
[[params.links.user]]
169-
name ="Twitter"
170-
url = "https://example.org/twitter"
171-
icon = "fab fa-twitter"
172-
desc = "Follow us on Twitter to get the latest news!"
163+
#[[params.links.user]]
164+
# name = "User mailing list"
165+
# url = "https://example.org/mail"
166+
# icon = "fa fa-envelope"
167+
# desc = "Discussion and help from your fellow users"
168+
#[[params.links.user]]
169+
# name ="Twitter"
170+
# url = "https://example.org/twitter"
171+
# icon = "fab fa-twitter"
172+
# desc = "Follow us on Twitter to get the latest news!"
173173
[[params.links.user]]
174174
name = "Stack Overflow"
175175
url = "https://stackoverflow.com/questions/tagged/mozilla-sops"
@@ -186,11 +186,11 @@ enable = false
186186
url = "https://slack.cncf.io"
187187
icon = "fab fa-slack"
188188
desc = "Chat with other project developers"
189-
[[params.links.developer]]
190-
name = "Developer mailing list"
191-
url = "https://example.org/mail"
192-
icon = "fa fa-envelope"
193-
desc = "Discuss development issues around the project"
189+
#[[params.links.developer]]
190+
# name = "Developer mailing list"
191+
# url = "https://example.org/mail"
192+
# icon = "fa fa-envelope"
193+
# desc = "Discuss development issues around the project"
194194

195195
# hugo module configuration
196196

layouts/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class="td-content">
33
<h1>Not found</h1>
44
<p>Oops! This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">home page</a>.</p>
5-
<p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p>
5+
{{/* <p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p> */}}
66
</div>
77
{{- end }}

0 commit comments

Comments
 (0)