Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
gtk-web
Commits
68ab0b09
Commit
68ab0b09
authored
Nov 10, 2022
by
Emmanuele Bassi
👣
Browse files
Add mastodon link
New social network!
parent
844c1f2a
Pipeline
#474429
passed with stage
in 6 minutes and 17 seconds
Changes
2
Pipelines
47
Hide whitespace changes
Inline
Side-by-side
_data/navigation.yml
View file @
68ab0b09
...
...
@@ -130,7 +130,8 @@ social_links:
href
:
https://gitlab.gnome.org/GNOME/gtk/
-
icon
:
fab fa-discourse
href
:
https://discourse.gnome.org/c/platform/core/
-
icon
:
fab fa-mastodon
href
:
https://floss.social/@GTK
# read out the CONTRIBUTING.md to know how to add documentation pages to the website
...
...
_includes/footer.html
View file @
68ab0b09
...
...
@@ -50,7 +50,7 @@ to make changes related to the content, edit the `_data/navigation.yml`
<ul
class=
"list-unstyled list-inline text-small"
>
{% assign social_links = site.data.navigation.social_links %}
{% for link in social_links %}
<li
class=
"list-inline-item"
><a
href=
"{{ link.href }}"
class=
"text-muted text-primary"
><i
class=
"{{ link.icon }}"
></i></a></li>
<li
class=
"list-inline-item"
><a
href=
"{{ link.href }}"
rel=
"me"
class=
"text-muted text-primary"
><i
class=
"{{ link.icon }}"
></i></a></li>
{% endfor %}
</ul>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment