Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
e89238f8
Commit
e89238f8
authored
1 year ago
by
Martin Leblanc
Committed by
Kevin Paxman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6569: Adds customized js text-balancer if needed
parent
e8898198
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!113
ISTWCMS-6569: Adds customized js text-balancer if needed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/page/html.html.twig
+4
-1
4 additions, 1 deletion
templates/page/html.html.twig
with
4 additions
and
1 deletion
templates/page/html.html.twig
+
4
−
1
View file @
e89238f8
...
@@ -35,8 +35,11 @@
...
@@ -35,8 +35,11 @@
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
/>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
/>
<link
rel=
"preload"
as=
"style"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<link
rel=
"preload"
as=
"style"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
media=
"print"
onload=
"this.media='all'"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
media=
"print"
onload=
"this.media='all'"
/>
<!-- Style for the headline balance text js -->
<style>
.balance-text
{
visibility
:
hidden
;}
@media
(
scripting
:
none
)
{
.balance-text
{
visibility
:
visible
;}}
@supports
(
text-wrap
:
balance
)
{
.balance-text
{
text-wrap
:
balance
;
visibility
:
visible
;}}
</style>
<noscript>
<noscript>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<style>
.balance-text
{
visibility
:
visible
!important
;}
</style>
</noscript>
</noscript>
{%
if
not
uw_admin_page
%}
{%
if
not
uw_admin_page
%}
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
...
@@ -47,7 +50,7 @@
...
@@ -47,7 +50,7 @@
})(
window
,
document
,
'
script
'
,
'
dataLayer
'
,
'
GTM-M9XLVF
'
);
</script>
})(
window
,
document
,
'
script
'
,
'
dataLayer
'
,
'
GTM-M9XLVF
'
);
</script>
<!-- End Google Tag Manager -->
<!-- End Google Tag Manager -->
{%
endif
%}
{%
endif
%}
<css-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
<css-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
<js-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
<js-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
</head>
</head>
<body
{{
attributes.addClass
(
body_classes
)
}}
>
<body
{{
attributes.addClass
(
body_classes
)
}}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment