diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 18:58:50 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 18:58:50 -0500 |
commit | 9d8deddb0a9df7d4d7d4b649ddf01b15570719e0 (patch) | |
tree | 3e98477e2bf2e38a6c0bd372a417ac507950d194 /app/views/blogs/show.html.haml | |
parent | a30b6daedb8b71606abe0e83f82e1f7c356cab6b (diff) | |
download | thoughts-9d8deddb0a9df7d4d7d4b649ddf01b15570719e0.tar.gz thoughts-9d8deddb0a9df7d4d7d4b649ddf01b15570719e0.tar.bz2 thoughts-9d8deddb0a9df7d4d7d4b649ddf01b15570719e0.zip |
Moved webmentions to a single endpoint
Diffstat (limited to 'app/views/blogs/show.html.haml')
-rw-r--r-- | app/views/blogs/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/blogs/show.html.haml b/app/views/blogs/show.html.haml index c849143..7558257 100644 --- a/app/views/blogs/show.html.haml +++ b/app/views/blogs/show.html.haml | |||
@@ -1,5 +1,4 @@ | |||
1 | - title @blog.title | 1 | - title @blog.title |
2 | - content_for :webmention_endpoint, webmention_blog_url(@blog) | ||
3 | - unless @prev.nil? | 2 | - unless @prev.nil? |
4 | .back-post= link_to "← #{@prev.title}", @prev | 3 | .back-post= link_to "← #{@prev.title}", @prev |
5 | - unless @next.nil? | 4 | - unless @next.nil? |