Sha256: 1d92c679142963be9bdf108a113079d96db077fd8023867ece8c30d80ace245b

Contents?: true

Size: 642 Bytes

Versions: 6

Compression:

Stored size: 642 Bytes

Contents

.posts
  - item.posts.each do |post|
    .item
      .content= post.body
      .meta
        %time{datetime: post.date.strftime("%FT%T%:z"), itemprop: "pubdate", data: {updated: true}}
          = link_to I18n.l(post.date, format: "%a %d %b %Y", locale: locale), post.url

%p.navigation
  - if item.previous
    %a{class: "left", title: I18n.t('paginate.older_posts', locale: locale), href: item.previous.url} « #{I18n.t('paginate.older_posts', locale: locale)}
  - if item.next
    %a{class: "right", title: I18n.t('paginate.newer_posts', locale: locale), href: item.next.url} #{I18n.t('paginate.newer_posts', locale: locale)} »

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
alula-themes-0.4.27 themes/focused/views/archive.html.haml
alula-themes-0.4.27 themes/focused/views/paginate.html.haml
alula-themes-0.4.26 themes/focused/views/archive.html.haml
alula-themes-0.4.26 themes/focused/views/paginate.html.haml
alula-themes-0.4.25 themes/focused/views/archive.html.haml
alula-themes-0.4.25 themes/focused/views/paginate.html.haml