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
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
source/_patterns/04-components/card/card.twig
source/_patterns/04-components/card/card.twig
+1
-1
source/_patterns/04-components/contact/contact.twig
source/_patterns/04-components/contact/contact.twig
+2
-2
No files found.
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
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