Skip to content

Commit 5518ed9

Browse files
authored
Fix 'View All Posts' button link on Homepage (#52)
Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
1 parent daafb25 commit 5518ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/memmachine/layouts/_partials/featured-blogs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 class="title-2">
5050

5151
<div class="row">
5252
<div class="col-md-12 text-center">
53-
<a href="{{ " /blog" | relURL }}" class="btn btn-primary">View All Posts</a>
53+
<a href="{{ "/blog" | relURL }}" class="btn btn-primary">View All Posts</a>
5454
</div>
5555
</div>
5656

0 commit comments

Comments
 (0)