summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayer Williams <thayerw@gmail.com>2010-03-16 11:24:37 -0700
committerDan McGee <dan@archlinux.org>2010-05-17 14:49:44 -0500
commit06f52613522adebd9228221a4fa36ab5746f4fdd (patch)
treeff934800c84633e6848be080e10df9e70fbbbf3c
parent465a74eddb0df7fa8312c8ca2e65596812470922 (diff)
downloadarchweb-06f52613522adebd9228221a4fa36ab5746f4fdd.tar.gz
archweb-06f52613522adebd9228221a4fa36ab5746f4fdd.zip
Updated template page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/public/blank.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/public/blank.html b/templates/public/blank.html
index f0bcedf4..2a8c83f4 100644
--- a/templates/public/blank.html
+++ b/templates/public/blank.html
@@ -1,10 +1,8 @@
{% extends "base.html" %}
+{% block title %}Arch Linux - Sample Page Title{% endblock %}
{% block content %}
-<div class="box">
- <h2 class="title">Download Arch Linux</h2>
- <br /><br />
+<div id="sample-page-id" class="box">
+ <h2>Sample page title</h2>
</div>
-<br /><br />
{% endblock %}
-