|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| 7 | + {% if page.title %} |
| 8 | + <title>{{ page.title }} | {{ site.name }} - {{ site.description }}</title> |
| 9 | + {% else %} |
| 10 | + <title>{{ site.name }} - {{ site.description }}</title> |
| 11 | + {% endif %} |
| 12 | + <link rel="stylesheet" href="/css/main.css"> |
| 13 | + <link rel="stylesheet" href="/css/pygment_trac.css"> |
| 14 | + <!--[if lt IE 9]> |
| 15 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 16 | + <![endif]--> |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + <div class="wrapper"> |
| 20 | + <header> |
| 21 | + <h1> |
| 22 | + <a href="/"><img src="/images/geocoder.png" class="logo" /></a> |
| 23 | + </h1> |
| 24 | + <p>{{ site.description }}</p> |
| 25 | + |
| 26 | + <p class="view"> |
| 27 | + <a href="https://github.com/geocoder-php/Geocoder">View the Project on GitHub <small>geocoder-php/Geocoder</small></a> |
| 28 | + </p> |
| 29 | + |
| 30 | + <ul> |
| 31 | + <li><a href="{{ site.github_base_url }}{{ site.name }}/zipball/master">Download <strong>ZIP File</strong></a></li> |
| 32 | + <li><a href="{{ site.github_base_url }}{{ site.name }}/tarball/master">Download <strong>TAR Ball</strong></a></li> |
| 33 | + <li><a href="{{ site.github_base_url }}{{ site.name }}">View On <strong>GitHub</strong></a></li> |
| 34 | + </ul> |
| 35 | + </header> |
| 36 | + |
| 37 | + {{ content }} |
| 38 | + |
| 39 | + <footer> |
| 40 | + <p> |
| 41 | + This project is maintained by <a href="https://github.com/willdurand">William Durand</a> and |
| 42 | + <a href="{{ site.github_base_url }}?tab=members">awesome people</a>. |
| 43 | + </p> |
| 44 | + <p> |
| 45 | + <small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small> |
| 46 | + </p> |
| 47 | + </footer> |
| 48 | + </div> |
| 49 | + <script src="/js/scale.fix.js"></script> |
| 50 | + <script type="text/javascript"> |
| 51 | + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 52 | + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 53 | + </script> |
| 54 | + <script type="text/javascript"> |
| 55 | + try { |
| 56 | + var pageTracker = _gat._getTracker("UA-27331396-1"); |
| 57 | + pageTracker._trackPageview(); |
| 58 | + } catch(err) {} |
| 59 | + </script> |
| 60 | + </body> |
| 61 | +</html> |
0 commit comments