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
74125f06
authored
2023-08-31 19:06:21 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eewe
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
2073f331
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/inc/extras.php
wp-content/themes/msf-child/inc/extras.php
View file @
74125f0
...
...
@@ -248,7 +248,7 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) {
// ' Read More',
// 'understrap'
// ) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a>';
return
$post_excerpt
;
return
$post_excerpt
.
"... "
;
}
}
...
...
Please
register
or
sign in
to post a comment