Add link to asciicast's JSON source file

element
Marcin Kulik 9 years ago
parent a87186f41b
commit b01f6bed22

@ -0,0 +1 @@
<link rel="alternate" type="application/json" href="<%= asciicast_url(page.asciicast, format: :json) %>">

@ -1,6 +1,7 @@
- content_for(:title, page.title)
- content_for(:head) do
= render 'discovery_tags', page: page
= render 'alternate_links', page: page
.asciicast-page
= render 'embed', page: page

Loading…
Cancel
Save