Sha256: 94264152f5bfcc6b60046933df8a381f731adfcceb1f10ab0af646b042560d3b
Contents?: true
Size: 683 Bytes
Versions: 11
Compression:
Stored size: 683 Bytes
Contents
--- title: Welcome to Happy Seeds Blog Site --- .timeline - (drafts + page_articles).each do |article| .post .post-date - unless article.is_a? ::Middleman::Blog::Drafts::DraftArticle %p= article.date.strftime( '%b %e' ) - else %p.draft Draft - if data['site'].disqus_shortname %p.disqus-comment-count{ "data-disqus-identifier" => (article.data['disqus_id'] || article.path ) } .post-title %p.title= link_to article.title, article - if article.data['subtitle'] %p.subtitle= article.data['subtitle'] - article.tags.sort.each do |tag| .tag= link_to tag, tag_path( tag )
Version data entries
11 entries across 11 versions & 1 rubygems