Sha256: 91fae32de0c77d803e41f714f643d2eb08a702da54e6d7f52edbfad5bea5e314
Contents?: true
Size: 761 Bytes
Versions: 24
Compression:
Stored size: 761 Bytes
Contents
--- title: Default layout is_layout: false --- !!! %html{lang: "en"} %head %meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"} %meta{charset: "utf-8"} %meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"} %meta{content: "width=device-width, initial-scale=1", name: "viewport"} %title {{ site.name }} %link{href: "{{ 'favicon.png' | theme_image_url }}", rel: "shortcut icon"} {{ 'bootstrap.css' | stylesheet_tag }} {{ 'application.css' | stylesheet_tag }} %body {% include 'nav' %} {% block content %} {% endblock %} {% include 'footer' %} {{ 'jquery.min.js' | javascript_tag }} {{ 'bootstrap.min.js' | javascript_tag }} {{ 'application.js' | javascript_tag }}
Version data entries
24 entries across 24 versions & 1 rubygems