Add a meta element to specify the charset as UTF-8.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 18 Jun 2009 01:48:05 -0400 |
parents |
37d98bec8a5b |
children |
37bd34b1c710 |
<!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>{% block title %}{% endblock %} / Steve Losh</title>
<link rel="stylesheet" href="/site-media/style/blueprint/screen.css"
type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="/site-media/style/blueprint/print.css"
type="text/css" media="print"/>
<!--[if IE]>
<link rel="stylesheet" href="/site-media/style/blueprint/ie.css"
type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" href="/site-media/style/stevelosh.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/comments.css"
type="text/css"/>
{% block style %}{% endblock %}
<link rel="stylesheet" href="/site-media/style/print.css"
type="text/css" media="print"/>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
<script src="/mint/?js" type="text/javascript"></script>
<script type="text/javascript"
src="/site-media/scripts/print-links.js">
</script>
{% block script %}{% endblock %}
<link rel="alternate" type="application/rss+xml"
title="RSS Feed for stevelosh.com"
href="http://feeds2.feedburner.com/stevelosh" />
</head>
<body class="stevelosh">
<div id="wrapper" class="container">
<div id="header" class="span-24">
<h1 id="site-logo"><a href="/">steve losh</a></h1>
<h1 id="site-heading">
{% block header %}{% endblock %}
</h1>
</div>
<div id="content" class="span-17 colborder">
{% block content %}{% endblock %}
</div>
<div id="sidebar" class="span-6 last">
<div class="sidebar-item">
<h2><a href="{% url blog-list-newest %}">
Blog
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="http://source.stevelosh.com/">
Source
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="{% url project-list %}">
Projects
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="/about/">
About
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="http://feeds2.feedburner.com/stevelosh">
RSS
</a></h2>
</div>
</div>
</div>
</body>
</html>