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_fdsu_theme_resp
Commits
b7d325b2
Commit
b7d325b2
authored
Nov 12, 2021
by
Eric Bremner
Browse files
ISTWCMS-5195: fixing display title
parent
78d2e148
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
templates/node/node.html.twig
templates/node/node.html.twig
+2
-1
No files found.
templates/node/node.html.twig
View file @
b7d325b2
...
...
@@ -95,7 +95,8 @@
{%
block
content
%}
<div
{{
content_attributes.addClass
(
'node__content'
)
}}
>
{%
include
'@components/card/card--node/card--node.twig'
with
{
'node'
:
node_data
'node'
:
node_data
,
'type'
:
'node'
}
%}
</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