Skip to content

Commit

Permalink
better posts all title
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 6, 2018
1 parent 74be79f commit 18b8373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/posts.moon
Expand Up @@ -20,7 +20,7 @@ class PostsApp extends lapis.Application
if #@posts < 1 and @last_page > 0
return redirect_to: @url_for "posts_index", page: @last_page

@title = "All Site Posts & Pages"
@title = "Sitewide Posts & Pages"
@previous_label = "Most recent"
@next_label = "Oldest"
return render: "posts.index"
Expand Down

0 comments on commit 18b8373

Please sign in to comment.