Sha256: 0ac7aa549f5d04ec2fe405448e49c4f8b6800c90ede080615f1abc4fd85587ad
Contents?: true
Size: 727 Bytes
Versions: 11
Compression:
Stored size: 727 Bytes
Contents
--- title: Tags --- .timeline .post .post-date .post-title %h2= "#{tagname.capitalize} articles" - 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