Sha256: a79603ca4a4b596f6c314031f28cb03f02eae8c63d49571499f10c074f1f6f65

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

---
title:    Home
publish:  true
date:     April 19, 1775
---

.posts
  - posts.each do |p|

    %article
      / The title
      %h2= p.setting('title') || "Untitled"

      / The content
      = truncate p.content, 100
      
      %h4
        %a{ href: p.path }= "Read more"

      / The date
      %small= p.setting('date') || "No date given"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
owl-cms-0.1.5 sample/data/home/index.haml
owl-cms-0.1.3 sample/data/home/index.haml
owl-cms-0.1.2 sample/data/home/index.haml
owl-cms-0.1.1 sample/data/home/index.haml
owl-cms-0.1.0 sample/data/home/index.haml