|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>{{ page.title }}</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <link href="http://fonts.googleapis.com/css?family=Playball" rel="stylesheet"> |
| 8 | + <link href="/assets/css/jekyllthemes.css" rel="stylesheet" /> |
| 9 | + <link href="/assets/css/syntax.css" rel="stylesheet" /> |
| 10 | +</head> |
| 11 | + |
| 12 | + |
| 13 | +<body> |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + <script> |
| 18 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 19 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 20 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 21 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 22 | + ga('create', 'UA-735643-13', 'jekyllthemes.org'); |
| 23 | + ga('send', 'pageview'); |
| 24 | + </script> |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + <header id="header"> |
| 29 | + <div class="wrap"> |
| 30 | + |
| 31 | + <h1 id="logo"><a href="/">{{ site.name }}</a></h1> |
| 32 | + |
| 33 | + </div> |
| 34 | + </header> |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + <div id="pagecontainer" class="container"> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + <!--<div class="hero-unit"> |
| 43 | + <p><strong>Need a design for your <a href="http://jekyllrb.com/">Jekyll</a> blog?</strong> Whether you're looking for a fresh theme to drop in and go, or to use as a starting point for customization, you'll find the best ones available right here.</p> |
| 44 | + </div>--> |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + <div class="widebanner row"> |
| 49 | + <div class="span12"> |
| 50 | + <div class="banner72" id="banner72"> |
| 51 | + |
| 52 | + <script type="text/javascript"><!-- |
| 53 | + |
| 54 | + var width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; |
| 55 | + |
| 56 | + google_ad_client = "ca-pub-7611360452853908"; |
| 57 | + |
| 58 | + if (width > 769) { |
| 59 | + google_ad_slot = "6552835850"; |
| 60 | + google_ad_width = 728; |
| 61 | + google_ad_height = 90; |
| 62 | + } else { |
| 63 | + var el = document.getElementById("banner72"); |
| 64 | + el.parentNode.removeChild(el); |
| 65 | + } |
| 66 | + |
| 67 | + //--> |
| 68 | + </script> |
| 69 | + <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> |
| 70 | + |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + <div id="content"> |
| 78 | + |
| 79 | + |
| 80 | + {{ content }} |
| 81 | + |
| 82 | + |
| 83 | + </div> |
| 84 | + |
| 85 | + |
| 86 | + </div> |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + <footer id="footer"> |
| 91 | + <div class="container"> |
| 92 | + <div class="row"> |
| 93 | + |
| 94 | + <div class="span5 copyright"> |
| 95 | + Copyright © {{ site.time | date: '%Y' }} Matt Harzewski. Powered by <a href="http://jekyllrb.com">Jekyll</a>. |
| 96 | + <br /><br /> |
| 97 | + <iframe src="http://ghbtns.com/github-btn.html?user=mattvh&repo=jekyllthemes&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> |
| 98 | + <iframe src="http://ghbtns.com/github-btn.html?user=mattvh&repo=jekyllthemes&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> |
| 99 | + <br /><br /> |
| 100 | + </div> |
| 101 | + |
| 102 | + <div class="span7"> |
| 103 | + <h3>Want to Submit a Theme?</h3> |
| 104 | + <ul> |
| 105 | + <li>Fork <a href="https://github.com/mattvh/jekyllthemes" target="_blank">our site</a> on GitHub</li> |
| 106 | + <li>Create a new post in the <code>_posts</code> directory and fill out the relevant YAML fields</li> |
| 107 | + <li>Make a 250x200 thumbnail and drop it in the <code>thumbnails</code> directory. List its filename in the post's markdown file.</li> |
| 108 | + <li>Test it out, then push your changes up and open a pull request.</li> |
| 109 | + </ul> |
| 110 | + </div> |
| 111 | + |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + </footer> |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | +</body> |
| 119 | +</html> |
0 commit comments