ruby-programming.html 214 B

123456789101112
  1. ---
  2. layout: default
  3. ---
  4. {% assign info = site.data.playlists.ruby_programming %}
  5. {% include playlist.html
  6. title = info.title
  7. slug = info.slug
  8. description = info.description
  9. videos = site.data.ruby_programming %}