Sha256: 2bd2f8b7f22e55eeab154160eba26f61635cdb51c1f4cc7d7772c4e84f5c6406

Contents?: true

Size: 784 Bytes

Versions: 16

Compression:

Stored size: 784 Bytes

Contents

%article{itemscope:true, itemtype:"http://schema.org/BlogPosting"}
  .post
    .meta
      %time{datetime: item.date.strftime("%FT%T%:z"), itemprop: "pubdate", data: {updated: true}}
        = I18n.l(item.date, format: "%a %d %b %Y", locale: locale)
  
    %h1{itemprop:"headline"}= item.title
    .articleBody{itemprop:"articleBody"}= content
    
    = addons :post_bottom
    
    - if item.navigation
      %p.navigation
        - if item.previous
          %a{class: "left", title: I18n.t('post.previous', locale: locale), href: item.previous.url} « #{I18n.t('post.previous', locale: locale)}
        - if item.next
          %a{class: "right", title: I18n.t('post.next', locale: locale), href: item.next.url} #{I18n.t('post.next', locale: locale)} »
  
    .spacer
	

Version data entries

16 entries across 12 versions & 1 rubygems

Version Path
alula-themes-0.4.27 themes/minimal/views/post.html.haml
alula-themes-0.4.27 themes/focused/views/post.html.haml
alula-themes-0.4.26 themes/focused/views/post.html.haml
alula-themes-0.4.26 themes/minimal/views/post.html.haml
alula-themes-0.4.25 themes/focused/views/post.html.haml
alula-themes-0.4.25 themes/minimal/views/post.html.haml
alula-themes-0.4.8 themes/minimal/views/post.html.haml
alula-themes-0.4.8 themes/focused/views/post.html.haml
alula-themes-0.4.6 themes/minimal/views/post.html.haml
alula-themes-0.4.5 themes/minimal/views/post.html.haml
alula-themes-0.4.4 themes/minimal/views/post.html.haml
alula-themes-0.4.3 themes/minimal/views/post.html.haml
alula-themes-0.4.2 themes/minimal/views/post.html.haml
alula-themes-0.4.1 themes/minimal/views/post.html.haml
alula-themes-0.4.0 themes/minimal/views/post.html.haml
alula-themes-0.4.0b themes/minimal/views/post.html.haml