mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
<title>{{ page.title }}</title>
|
|
<meta name="author" content="Jim Myhrberg" />
|
|
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh.me" type="application/atom+xml" />
|
|
|
|
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="universe">
|
|
|
|
<div id="header">
|
|
<div id="title">
|
|
<a href="/blog/">blog</a>
|
|
</div>
|
|
<div id="navigation">
|
|
<a href="/">about</a>
|
|
<a href="/blog/" class="selected">blog</a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<div class="post-world">
|
|
<div class="post-item">
|
|
<div class="post-meta">
|
|
<p class="date">{{ page.date | date: "<i>%d</i><b>%b</b>" }}</p>
|
|
</div>
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<div class="post-content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<div class="post-comments">
|
|
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/jimehtesting/embed.js"></script><noscript><a href="http://disqus.com/forums/jimehtesting/?url=ref">View the discussion thread.</a></noscript>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% include disqus_load.html %}
|
|
|
|
</body>
|
|
</html>
|