Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_wcms_gesso
Commits
8c3aca7f
Commit
8c3aca7f
authored
Jan 11, 2022
by
Eric Bremner
Committed by
Lily Yan
Jan 11, 2022
Browse files
ISTWCMS-5296: fixing the profile link for contact
parent
41751d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
source/_patterns/04-components/contact/contact.twig
source/_patterns/04-components/contact/contact.twig
+3
-3
No files found.
source/_patterns/04-components/contact/contact.twig
View file @
8c3aca7f
...
...
@@ -54,9 +54,9 @@
{%
if
contact.footer.links.profile
%}
<div
class=
"uw-contact__profile"
>
<span
class=
"uw-label"
>
Link to profile:
</span>
<a
href=
"
{{
contact.footer.links.profile.uri
}}
"
>
{%
if
contact.footer.links.profile.title
%}
{{
contact.footer.links.profile.title
}}
<a
href=
"
{{
contact.footer.links.profile.
0.
uri
}}
"
>
{%
if
contact.footer.links.profile.
0.
title
%}
{{
contact.footer.links.profile.
0.
title
}}
{%
else
%}
{{
contact.header.title
}}
{%
endif
%}
...
...
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