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

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.19 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.11 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml
happy_seed-0.0.10 lib/generators/happy_seed/static_blog/templates/source/tag.html.haml