Sha256: 358cccae23f7198ef656def3647d57a0e6e7f1cec8262ac832f4e21e15d7643a
Contents?: true
Size: 1.25 KB
Versions: 12
Compression:
Stored size: 1.25 KB
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="{{ site.lang }}"> <!--<![endif]--> <head> {% include common/meta.html %} <link href='{{ site.baseurl }}/assets/stylesheets/blog.css' rel="stylesheet" type="text/css"> {% include common/libraries.html %} {% if site.google_tag_manager %} {% include common/gtm-head.html %} {% endif %} </head> <body> {% if site.google_tag_manager %} {% include common/gtm-body.html %} {% endif %} {% include common/notices.html %} {% include blog/overlay.html %} <div id="page" class="hentry"> {% include blog/header.html %} <div class="body animated fadeInDown" role="main"> <div class="unit-body"> <div class="unit-inner unit-body-inner"> <div class="entry-content"> {{ content }} </div> </div> </div> </div> {% include blog/footer.html %} </div> {% include blog/scripts.html %} </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems