Sha256: adc2dca632abc4e5ba466515a092f91534c09f5f595f98cbcc43f7b5cabaf5b7

Contents?: true

Size: 1004 Bytes

Versions: 5

Compression:

Stored size: 1004 Bytes

Contents

---
charset: utf-8
language: en
viewport:
  initial_scale: 1
  width: device-width
---
<!doctype html>
<html lang="{{ page.language | default: site.language | default: layout.language }}">
 <head>
  <meta charset="{{ page.charset | default: site.charset | default: layout.charset }}">
  <meta name="viewport" content="width={{ page.viewport.width | default: site.viewport.width | default: layout.viewport.width }}, initial-scale={{ page.viewport.initial_scale | default: site.viewport.initial_scale | default: layout.viewport.initial_scale }}">
  {%- include head/elements.html elements=layout.head.elements %}
  {%- include head/elements.html elements=site.head.elements %}
  {%- include head/elements.html elements=page.head.elements %}
  <title>{{- page.title -}}</title>
 </head>
 <body>
  {{ content }}
  {%- include body/scripts.html items=layout.body.scripts %}
  {%- include body/scripts.html items=site.body.scripts %}
  {%- include body/scripts.html items=page.body.scripts %}
 </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
boido-1.0.0.pre.beta6 _layouts/basic.html
boido-1.0.0.pre.beta5 _layouts/boido.html
boido-1.0.0.pre.beta4 _layouts/boido.html
boido-1.0.0.pre.beta3 _layouts/boido.html
boido-1.0.0.pre.beta2 _layouts/boido.html