blob: c8491436cca56bb69a4126cb300123b8fcb3c9c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
- title @blog.title
- content_for :webmention_endpoint, webmention_blog_url(@blog)
- unless @prev.nil?
.back-post= link_to "← #{@prev.title}", @prev
- unless @next.nil?
.next-post= link_to "#{@next.title} →", @next
.clear
= render @blog, short: false
= show_comments(@blog)
|