summaryrefslogtreecommitdiff
path: root/_includes/themes/tom/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/themes/tom/default.html')
-rw-r--r--_includes/themes/tom/default.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/_includes/themes/tom/default.html b/_includes/themes/tom/default.html
new file mode 100644
index 0000000..2c43e6b
--- /dev/null
+++ b/_includes/themes/tom/default.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <title>{{ page.title }}</title>
+ <meta name="author" content="{{ site.author.name }}" />
+ <link href="http://feeds.feedburner.com/username" rel="alternate" title="your title" type="application/atom+xml" />
+
+ <!-- syntax highlighting CSS -->
+ <link rel="stylesheet" href="{{ theme_asset_path }}/css/syntax.css" type="text/css" />
+
+ <!-- Homepage CSS -->
+ <link rel="stylesheet" href="{{ theme_asset_path }}/css/screen.css" type="text/css" media="screen, projection" />
+
+ <!-- Typekit -->
+ <script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script>
+ <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+</head>
+<body>
+
+ <div class="site">
+ <div class="title">
+ <a href="/">{{ site.title }}</a>
+ <a class="extra" href="/archive.html">Archive</a>
+ <a class="extra" href="/pages.html">Pages</a>
+ <a class="extra" href="/categories.html">Categories</a>
+ <a class="extra" href="/tags.html">Tags</a>
+ </div>
+
+ {{ content }}
+
+ <div class="footer">
+ <div class="contact">
+ <p>
+ {{ site.author.name }}<br />
+ tagline<br />
+ {{ site.author.email }}
+ </p>
+ </div>
+ <div class="contact">
+ <p>
+ <a href="http://github.com/{{ site.author.github }}/">github.com/{{ site.author.github }}</a><br />
+ <a href="http://twitter.com/{{ site.author.twitter }}/">twitter.com/{{ site.author.twitter }}</a><br />
+ <a href="http://flickr.com/photos/username/">flickr.com/photos/username</a>
+ </p>
+ </div>
+ <div class="rss">
+ <a href="http://feeds.feedburner.com/username">
+ <img src="/images/rss.png" alt="Subscribe to RSS Feed" />
+ </a>
+ </div>
+ </div>
+ </div>
+ <a href="http://github.com/{{ site.author.github }}"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
+
+{% if site.safe %}
+ {% include production/analytics.html %}
+{% endif %}
+</body>
+</html>