More shuffling.
This is going to take a lot of work to transform the layout.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 16 Dec 2009 19:21:22 -0500 |
parents |
a5470aefd4f0
|
children |
673df76b12d6
|
branches/tags |
(none) |
files |
layout/skeleton/_base.html layout/skeleton/_body.html |
Changes
--- a/layout/skeleton/_base.html Wed Dec 16 19:14:24 2009 -0500
+++ b/layout/skeleton/_base.html Wed Dec 16 19:21:22 2009 -0500
@@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>{% block title %}{{site.name}}{% endblock %}</title>
+ <title>{% block title %}{{site.name}} / {{ page.title }}{% endblock %}</title>
{% block feeds %}
<link href="{{site.url}}/blog/atom.xml" rel="alternate" title="{{site.name}}" type="application/atom+xml"/>
{% endblock %}
--- a/layout/skeleton/_body.html Wed Dec 16 19:14:24 2009 -0500
+++ b/layout/skeleton/_body.html Wed Dec 16 19:21:22 2009 -0500
@@ -1,5 +1,5 @@
{% extends "skeleton/_base.html" %}
-{% block title %}{{site.name}}{% endblock %}
+{% block title %}{{site.name}} / {{ page.title }}{% endblock %}
{% block content %}
{% comment %}{% block breadcrumbs %}{% include "skeleton/_breadcrumbs.html"%}{% endblock %}{% endcomment %}
{% block nav %}