Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_wcms_gesso
Commits
04795ba8
Commit
04795ba8
authored
Sep 20, 2021
by
wodby
Committed by
Kevin Paxman
Sep 20, 2021
Browse files
ISTWCMS-5090: updating position on contact
parent
94ddf3b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/_patterns/04-components/card/card.twig
View file @
04795ba8
...
...
@@ -15,7 +15,7 @@
{%
endif
%}
<div
class=
"card__body"
>
{%
if
title
or
author
or
date
or
sub_title
%}
{%
if
title
or
author
or
date
or
sub_title
or
position
%}
<div
class=
"card__header"
>
{%
if
date
%}
<div
class=
"card__date"
>
...
...
source/_patterns/04-components/contact/contact.twig
View file @
04795ba8
...
...
@@ -11,9 +11,9 @@
</a>
</h2>
{%
endif
%}
{%
if
contact.
sub_title
%}
{%
if
contact.
position
%}
<span
class=
"uw-contact__position"
>
{{
contact.
sub_title
}}
{{
contact.
position
}}
</span>
{%
endif
%}
{%
endblock
%}
...
...
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