phone tweaks

This commit is contained in:
Mark Moser
2014-09-21 10:17:39 -05:00
parent 85f2b48169
commit 8b89563825
5 changed files with 30 additions and 12 deletions

View File

@ -1,5 +1,9 @@
.spacer-50
.side-links
%ul.social.visible-xs
= partial 'shared/social_links'
%ul
%li.bolder Recent Posts
- blog.articles[0...10].each do |article|
@ -10,3 +14,4 @@
%li Tags
- blog.tags.each do |tag, articles|
%li= link_to "#{tag.titleize}", tag_path(tag)