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
f2bd6391
Commit
f2bd6391
authored
Jan 11, 2022
by
Eric Bremner
Browse files
ISTWCMS-5296: adding personal webpage to teaser for contact
parent
4d37b75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
source/_patterns/04-components/contact/contact.twig
source/_patterns/04-components/contact/contact.twig
+13
-0
No files found.
source/_patterns/04-components/contact/contact.twig
View file @
f2bd6391
...
...
@@ -63,6 +63,19 @@
</a>
</div>
{%
endif
%}
{%
if
contact.footer.links.webpage
%}
<div
class=
"uw-contact__website"
>
<span
class=
"uw-label"
>
Link to personal webpage:
</span>
<a
href=
"
{{
contact.footer.links.webpage.0.uri
}}
"
>
{%
if
contact.footer.links.webpage.0.title
%}
{{
contact.footer.links.webpage.0.title
}}
{%
else
%}
{{
contact.header.title
}}
{%
endif
%}
</a>
</div>
{%
endif
%}
</div>
</div>
{%
endblock
%}
...
...
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