We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672b188 commit 09e3223Copy full SHA for 09e3223
app/views/books/show.md.erb
@@ -1 +1,7 @@
1
+---
2
+title: "<%= @book.title %>"
3
+author: "<%= @book.author %>"
4
+url: "<%= book_slug_url(@book) %>"
5
6
+
7
<%= raw @book.markable %>
app/views/leafables/show.md.erb
@@ -1 +1,6 @@
+title: "<%= @leaf.title %>"
+url: "<%= leafable_slug_url(@leaf) %>"
<%= raw @leaf.leafable.markable %>
0 commit comments