Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Alex
roddhjav.gitlab.io
Commits
605a2d91
Verified
Commit
605a2d91
authored
Feb 17, 2019
by
Alex
Browse files
Enable mattermost profile verification
parent
a6c63c55
Pipeline
#47910977
passed with stages
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
themes/sustain/layouts/partials/social.html
themes/sustain/layouts/partials/social.html
+1
-1
No files found.
themes/sustain/layouts/partials/social.html
View file @
605a2d91
...
...
@@ -5,7 +5,7 @@
{{ with .Site.Social.linkedin }}
<a
href=
"https://linkedin.com/in/{{.}}"
><i
class=
"fa fa-linkedin"
></i></a>
{{ end }}
{{ with .Site.Social.googlescholar }}
<a
href=
"https://scholar.google.com/citations?user={{.}}"
><i
class=
"fa fa-graduation-cap"
></i></a>
{{ end }}
{{ with .Site.Social.twitter }}
<a
href=
"https://twitter.com/{{.}}"
><i
class=
"fa fa-twitter"
></i></a>
{{ end }}
{{ with .Site.Social.mastodon }}
<a
href=
"{{.}}"
><i
class=
"fa fa-paw"
></i></a>
{{ end }}
{{ with .Site.Social.mastodon }}
<a
rel=
"me"
href=
"{{.}}"
><i
class=
"fa fa-paw"
></i></a>
{{ end }}
{{ with .Site.Social.keybase }}
<a
href=
"https://keybase.io/{{.}}"
><i
class=
"fa fa-key"
></i></a>
{{ end }}
{{ with .Site.Social.email }}
<a
href=
"mailto:{{.}}"
><i
class=
"fa fa-envelope"
></i></a>
{{ end }}
</h4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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