|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 ie" lang="en"> <![endif]--> |
| 3 | +<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie" lang="en"> <![endif]--> |
| 4 | +<!--[if IE 8]> <html class="no-js lt-ie9 ie" lang="en"> <![endif]--> |
| 5 | +<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
| 6 | +<head> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 9 | + <title>{{ page.title }}</title> |
| 10 | + <meta name="author" content="{{ site.author.name }}"> |
| 11 | + <link href='{{ theme_asset_path }}/css/style.css' rel="stylesheet" media="all"> |
| 12 | + <link href="http://feeds.feedburner.com/{{ site.author.feedbaname }}" rel="alternate" title="{{ page.title }}" type="application/atom+xml"> |
| 13 | + <script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script> |
| 14 | +</head> |
| 15 | +<body> |
| 16 | + |
| 17 | +<div id="page" class="hentry"> |
| 18 | + <header class="the-header"> |
| 19 | + <div class="unit-head"> |
| 20 | + <div class="unit-inner unit-head-inner"> |
| 21 | + <p class="logo"><a href="/">{{ site.title }}</a></p> |
| 22 | + <nav class="nav-global"> |
| 23 | + <ul> |
| 24 | + <li class="archive"><a href="/archive.html">archive</a></li> |
| 25 | + <li class="page"><a href="/pages.html">pages</a></li> |
| 26 | + <li class="category"><a href="/categories.html">categories</a></li> |
| 27 | + <li class="tag"><a href="/tags.html">tags</a></li> |
| 28 | + <li class="forkme"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=plusjade&repo=jekyll-bootstrap&type=fork&count=true" |
| 29 | + allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe></li> |
| 30 | + </ul> |
| 31 | + </nav> |
| 32 | + </div><!-- unit-inner --> |
| 33 | + </div><!-- unit-head --> |
| 34 | + </header> |
| 35 | + <div class="body" role="main"> |
| 36 | + <div class="unit-body"> |
| 37 | + <div class="unit-inner unit-body-inner"> |
| 38 | + <div class="entry-content"> |
| 39 | + {{ content }} |
| 40 | + </div> |
| 41 | + </div><!-- unit-inner --> |
| 42 | + </div><!-- unit-body --> |
| 43 | + </div><!-- body --> |
| 44 | + <footer class="the-footer"> |
| 45 | + <div class="unit-foot"> |
| 46 | + <div class="unit-inner unit-foot-inner"> |
| 47 | + <div class="misc vcard"> |
| 48 | + <h4>about</h4> |
| 49 | + <ul> |
| 50 | + <li class="contact"><address><span class="author fn n">{{ site.author.name }}</span><span class="fn email">{{ site.author.email }}</span></address></li> |
| 51 | + <li class="github"><a href="http://github.com/{{ site.author.github }}/" rel="me">github.com/{{ site.author.github }}</a></li> |
| 52 | + <li class="twitter"><a href="http://twitter.com/{{ site.author.twitter }}/" rel="me">twitter.com/{{ site.author.twitter }}</a></li> |
| 53 | + <li class="rss"><a href="http://feeds.feedburner.com/{{ site.author.feedname }}">Subscribe to RSS Feed</a></li> |
| 54 | + </ul> |
| 55 | + </div><!-- misc --> |
| 56 | + <p class="licence"> |
| 57 | + Theme: <a href="http://layouts-the.me">the_minimum</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br> |
| 58 | + Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a>. |
| 59 | + </p> |
| 60 | + </div><!-- unit-foot-inner --> |
| 61 | + </div><!-- unit-foot --> |
| 62 | + </footer> |
| 63 | +</div><!-- page --> |
| 64 | +<script> |
| 65 | + (function(d, s) { |
| 66 | + var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id) { |
| 67 | + if (d.getElementById(id)) {return;} |
| 68 | + js = d.createElement(s); js.src = url; js.id = id; |
| 69 | + fjs.parentNode.insertBefore(js, fjs); |
| 70 | + }; |
| 71 | + load('//platform.twitter.com/widgets.js', 'tweetjs'); |
| 72 | + // load('https://apis.google.com/js/plusone.js', 'gplus1js'); // Checkout http://j.mp/ApDgMr for usage html for this is <div class="g-plusone" data-size="medium"></div> |
| 73 | + // load('//connect.facebook.net/en_US/all.js#xfbml=1', 'fbjssdk'); // Checkout http://j.mp/wZw2xR for using open graph protorol html for this is <div class="fb-like" data-href="{{ page.url }}" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div> |
| 74 | + }(document, 'script')); |
| 75 | +</script> |
| 76 | +<script> |
| 77 | +/*! A fix for the iOS orientationchange zoom bug.Script by @scottjehl, rebound by @wilto. MIT License.*/ |
| 78 | +(function(j){var i=j.document;if(!i.querySelectorAll){return}var l=i.querySelectorAll("meta[name=viewport]")[0],a=l&&l.getAttribute("content"),h=a+", maximum-scale=1.0",d=a+", maximum-scale=10.0",g=true,c=j.orientation,k=0;if(!l){return}function f(){l.setAttribute("content",d);g=true}function b(){l.setAttribute("content",h);g=false}function e(m){c=Math.abs(j.orientation);k=Math.abs(m.gamma);if(k>8&&c===0){if(g){b()}}else{if(!g){f()}}}j.addEventListener("orientationchange",f,false);j.addEventListener("deviceorientation",e,false)})(this); |
| 79 | +</script> |
| 80 | +{% if site.safe %} |
| 81 | + {% include production/analytics.html %} |
| 82 | +{% endif %} |
| 83 | +</body> |
| 84 | +</html> |
0 commit comments