From 163983e794867d6099908ade5649e51bc4c00f7b Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 9 Aug 2011 22:56:56 -0700 Subject: refactor base.css --- templates/header.html | 1 + templates/home.html | 2 +- templates/p.html | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/header.html b/templates/header.html index 8b65ad6..ca97f81 100644 --- a/templates/header.html +++ b/templates/header.html @@ -8,6 +8,7 @@ --> + {{.}} diff --git a/templates/home.html b/templates/home.html index 7e7e9e3..bdc01b5 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,4 @@ -{{template "header.html"}} +{{template "header.html" ""}}
Audio Axis diff --git a/templates/p.html b/templates/p.html index d434052..41815f7 100644 --- a/templates/p.html +++ b/templates/p.html @@ -1,4 +1,5 @@ -{{template "header.html"}} +{{$head := ``}} +{{template "header.html" $head}}
Audio Axis -- cgit v1.2.3