podcast update

This commit is contained in:
2015-01-08 18:50:08 -06:00
parent ae374cadce
commit ada4d7688b
6 changed files with 57 additions and 47 deletions

View File

@ -1,6 +1,7 @@
---
title: Podcasts
date: 2014-09-20
edited: 2015-01-08
tags: about
poster: /assets/img/stock/coffee.png
---
@ -16,13 +17,14 @@ poster: /assets/img/stock/coffee.png
%li= link_to 'Ruby 5', 'http://ruby5.envylabs.com'
%li= link_to 'Giant Robots Smashing into Other Giant Robots', 'http://podcasts.thoughtbot.com/giantrobots'
-# %li= link_to 'JS Jabber', 'http://www.devchat.tv/js-jabber'
%li= link_to 'Back to Work', 'http://5by5.tv/b2w'
%li= link_to 'The Poo-edcast', 'http://adamryanmorrison.com/podcast/'
%li= link_to 'You Need A Budget', 'http://www.youneedabudget.com/blog/c/podcast/'
%li= link_to 'Ruby on Rails Podcast', 'http://5by5.tv/rubyonrails'
%li= link_to '.Net Rocks', 'http://www.dotnetrocks.com'
%h4 Past Gems
%ul
%li= link_to 'Back to Work', 'http://5by5.tv/b2w'
%li= link_to 'Ruby on Rails Podcast', 'http://5by5.tv/rubyonrails'
%li= link_to 'The Poo-edcast', 'http://adamryanmorrison.com/podcast/'
%li= link_to 'That Post Show', 'http://thatpostshow.com'
%li= link_to 'The RC', 'http://www.fxguide.com/podcasts/'
%li= link_to 'The VFX Show', 'http://www.fxguide.com/podcasts/'

View File

@ -7,7 +7,10 @@
.col-sm-9#main{:role => "main"}
= yield
.post_footer
%p published around #{current_article.date.strftime('%m/%d/%Y')}
%p
published around #{current_article.date.strftime('%m/%d/%Y')}
- if current_article.data.edited
· last edited around #{current_article.data.edited.strftime('%m/%d/%Y')}
.col-sm-3
= partial 'shared/blog_list'