You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>{% if page.title != "Home" %}{{ page.title }} - {% endif %}Ben Kurtovic</title>
- <link rel="icon" type="image/png" href="/static/favicon.png" />
- <link rel="stylesheet" href="/static/main.css" />
- <link rel="stylesheet" href="/static/syntax.css" />
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
- <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
- <script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
- <script src="/static/main.js"></script>
- </head>
- <body>
- <div id="banner">
- <a href="/">
- <img src="/static/avatar.png" />
- <h1>Ben Kurtovic</h1>
- </a>
- </div>
- <div id="container">
- {{ content }}
- <div id="footer">
- <p>Copyright © 2011–{{ site.time | date: "%Y" }} Ben Kurtovic • <a href="//github.com/earwig/earwig.github.io">View Source</a> • <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a></p>
- </div>
- </div>
- </body>
- </html>
|