From 82371e351a35363a8b493d0063e925dce1d27008 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 01:12:44 -0700 Subject: handle navigation button and favicons Note that I'm using an tag with the svg because if wrapped in , the svg won't render on Safari. After using the tag, the svg renders on all four major browsers on OS X (Chrome, Safari, Firefox, Opera), and it looks nice on all three but Firefox, in which case it's crappy as fuck. --- templates/template.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'templates/template.html') diff --git a/templates/template.html b/templates/template.html index ff6c5f5a..ba826be1 100644 --- a/templates/template.html +++ b/templates/template.html @@ -8,6 +8,9 @@ $if(date)$ $endif$ $pagetitle$ + + + $if(quotes)$ @@ -31,6 +34,13 @@ $endfor$ +
$if(title)$
@@ -55,7 +65,7 @@ $body$
-- cgit v1.2.1