Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
17047dd6
authored
2023-11-16 11:11:39 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
02af264f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
wp-content/themes/msf-child/page.php
wp-content/themes/msf-child/single.php
wp-content/themes/msf-child/page.php
View file @
17047dd
...
...
@@ -58,7 +58,7 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
</div>
</div>
<div
class=
'side-caption header-caption
<?=
(
empty
(
$copy
)
&&
empty
(
$cap
)
)
?
"hide"
:
""
?>
'
>
<div
class=
'side-caption header-caption
<?=
(
empty
(
$copy
))
?
"hide"
:
""
?>
'
>
<a
class=
'copy-link'
aria-label=
"Header Slide Caption"
href=
'#'
></a>
<span
class=
'image-side-caption'
>
...
...
wp-content/themes/msf-child/single.php
View file @
17047dd
...
...
@@ -52,7 +52,7 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
</div>
</div>
<div
class=
'side-caption header-caption
<?=
(
empty
(
$copy
)
&&
empty
(
$cap
)
)
?
"hide"
:
""
?>
'
>
<div
class=
'side-caption header-caption
<?=
(
empty
(
$copy
))
?
"hide"
:
""
?>
'
>
<a
class=
'copy-link'
aria-label=
"Header Slide Caption"
href=
'#'
></a>
<span
class=
'image-side-caption'
>
...
...
Please
register
or
sign in
to post a comment