@@ -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
0 commit comments