Skip to content

Commit 7e6f4c0

Browse files
committed
Corrected contact info on contacts page and in page footers
1 parent 2dc1140 commit 7e6f4c0

2 files changed

Lines changed: 32 additions & 48 deletions

File tree

_config.yml

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ bing_site_verification :
8282
yandex_site_verification :
8383

8484
# Social Sharing
85-
twitter:
86-
username : "mmistakes"
87-
facebook:
88-
username :
89-
app_id :
90-
publisher :
9185
og_image : "/assets/images/bio-photo.jpg"
9286
# For specifying social profiles
9387
# - https://developers.google.com/structured-data/customize/social-profiles
@@ -106,37 +100,35 @@ analytics:
106100
# Site Author
107101
author:
108102
name : "OpenPrinting"
109-
# avatar : "/assets/images/logo.png"
103+
avatar : "/assets/images/logo.png"
110104
bio : "Making Printing Just Work!"
111-
location : "Linux Foundation"
105+
location : "The Linux Foundation"
112106
links:
113107
- label: "Website"
114108
icon: "fas fa-fw fa-link"
115-
url: "https://openprinting.github.io"
116-
# - label: "Twitter"
117-
# icon: "fab fa-fw fa-twitter-square"
118-
# url: "https://twitter.com/"
109+
url: "https://www.openprinting.org/"
119110
- label: "GitHub"
120111
icon: "fab fa-fw fa-github"
121112
url: "https://github.com/openprinting"
122-
# - label: "Instagram"
123-
# icon: "fab fa-fw fa-instagram"
124-
# url: "https://instagram.com/"
125-
113+
- label: "Mastodon"
114+
icon: "fab fa-fw fa-mastodon"
115+
url: "https://ubuntu.social/tags/OpenPrinting"
116+
- label: "LinkedIn"
117+
icon: "fab fa-fw fa-linkedin"
118+
url: "https://www.linkedin.com/company/openprinting/posts/"
126119

127120
# Site Footer
128121
footer:
129122
links:
130-
- label: "Twitter"
131-
icon: "fab fa-fw fa-twitter-square"
132-
#url: "https://twitter.com/intent/tweet?button_hashtag=OpenPrinting&ref_src=twsrc%5Etfw"
133-
url: "https://twitter.com/open_printing"
134123
- label: "GitHub"
135124
icon: "fab fa-fw fa-github"
136125
url: "https://github.com/openprinting"
137-
- label: "Facebook"
138-
icon: "fab fa-fw fa-facebook"
139-
url: "https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fopenprinting.github.io%2F&src=sdkpreparse"
126+
- label: "Mastodon"
127+
icon: "fab fa-fw fa-mastodon"
128+
url: "https://ubuntu.social/tags/OpenPrinting"
129+
- label: "LinkedIn"
130+
icon: "fab fa-fw fa-linkedin"
131+
url: "https://www.linkedin.com/company/openprinting/posts/"
140132
- label: "Code of Conduct"
141133
icon: "fas fa-file-contract"
142134
url: "/codeofconduct/"

_pages/contact.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,20 @@ header:
99
excerpt: "Feel Free To Contact Us!"
1010
author_profile: false
1111
---
12-
<p>
13-
<strong>Important:</strong> We protect the e-mail addresses of our mentors and mailing lists against spam bots. Please replace all occurrences of “ at ” and “ dot ” by “@” and “.” resp.
14-
</p>
15-
<div>
16-
<h1>Mailing Lists:</h1>
17-
<p>
18-
The lists were moved to the mail server <a href="https://subspace.kernel.org/lists.linux.dev.html">list.linux.dev</a>.
19-
<ul>
20-
<li><a href="https://lore.kernel.org/printing-architecture/" title="https://lore.kernel.org/printing-architecture/" rel="nofollow">Architecture</a></li>
21-
<li><a href="https://lore.kernel.org/printing-users/" title="https://lore.kernel.org/printing-users/" rel="nofollow">Users</a></li>
22-
</ul>
23-
</p>
24-
<p>
25-
<h1>Telegram</h1>
26-
<ul>
27-
<li><a href="https://t.me/+RizBbjXz4uU2ZWM1" title="Join our Telegram chat.">OpenPrinting chat</a></li>
28-
</ul>
29-
</p>
30-
<h1>GitHub</h1>
31-
<p>
32-
<ul>
33-
<li><a href="https://github.com/OpenPrinting" title="https://github.com/OpenPrinting" rel="nofollow">OpenPrinting GitHub</a></li>
34-
</ul>
35-
</p>
36-
</div>
12+
## Our Mailing lists
13+
We protect the e-mail addresses of our mailing lists against spam bots. Please replace all occurrences of “ at ” and “ dot ” by “@” and “.” resp.
14+
15+
- **Development:** printing-architecture AT lists DOT linux DOT dev ([Archive](https://lore.kernel.org/printing-architecture/))
16+
- **Users:** printing-users AT lists DOT linux DOT dev ([Archive](https://lore.kernel.org/printing-users/))
17+
18+
Subscribing/Unsubscribing [instructions](https://subspace.kernel.org/subscribing.html)
19+
20+
## Telegram
21+
- Main chat room: [OpenPrinting](https://t.me/+RizBbjXz4uU2ZWM1)
22+
23+
## Mastodon
24+
- [#OpenPrinting](https://ubuntu.social/tags/OpenPrinting)
25+
- [@till@ubuntu.social](https://ubuntu.social/@till)
26+
27+
## LinkedIn
28+
- [@OpenPrinting](https://www.linkedin.com/company/openprinting/posts/)

0 commit comments

Comments
 (0)