Skip to content

Commit

Permalink
Fix 'Back to blog' link redirecting to /node (#7264)
Browse files Browse the repository at this point in the history
Init
  • Loading branch information
janfaracik committed Apr 22, 2024
1 parent b25b8ea commit e80d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_layouts/post.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ section: blog

%article.container.app-post-page
%div{:class => "app-!-display-flex"}
%a.app-back-link{:href => expand_link("node")}
%a.app-back-link{:href => expand_link("blog")}
Back to blog

%h1
Expand Down

0 comments on commit e80d651

Please sign in to comment.