Sha256: fa89bbc64d36a85a2fc9c94eb6bf0289c259748188b01daf999ec2882f3c6dda

Contents?: true

Size: 600 Bytes

Versions: 6

Compression:

Stored size: 600 Bytes

Contents

doctype html
html 
  head
    meta charset="utf-8"
    title = config.site.title
    meta name="viewport" content="width=device-width, initial-scale=1.0"

    // highlight.js for syntax highlighting 
    link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/default.min.css"
    script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"

    // Our own assets
    link rel="stylesheet" href="/css/styles.css"
    script src="/js/app.js"
  
  body
    .container
      = yield
      
      footer role="main"
        == config.site.description

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flutterby-0.6.2 lib/templates/new_project/site/_layout.html.slim
flutterby-0.6.1 lib/templates/new_project/site/_layout.html.slim
flutterby-0.6.0 lib/templates/new_project/site/_layout.html.slim
flutterby-0.5.2 lib/templates/new_project/site/_layout.slim
flutterby-0.5.1 lib/templates/new_project/site/_layout.slim
flutterby-0.5.0 lib/templates/new_project/site/_layout.slim