Sha256: cfea64ee11ab07d6ec211b630b697ab3d1ea7e93d6d5fd70d84bf2ecceccd570

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

%article.article.autopagerize_page_element
  %h1.date
    %a{href: entry_path(entry)}= entry.date

  - if article.actual?
    %h1{id: article.id}
      %a{href: article_path(article)}= article.title

  = article

.nav
  .prev
    - if prev_article = article.prev
      %link{href: article_path(prev_article), rel: :prev}

  .next
    - if next_article = article.next
      %link{href: article_path(next_article), rel: :next}

.autopagerize_insert_before

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
retter-1.0.0.pre spec/fixtures/sites/site-0.2.5/layouts/article.html.haml
retter-0.2.5 lib/retter/generator/skel/layouts/article.html.haml
retter-0.2.4 lib/retter/generator/skel/layouts/article.html.haml
retter-0.2.3 lib/retter/generator/skel/layouts/article.html.haml