aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 03:59:16 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 03:59:16 -0700
commitd8af6b0a14c66aa55561eea9161854a337610c84 (patch)
tree031c19d6cbf56863af02d052d40f5823311b3d9d /templates/template.html
parent82371e351a35363a8b493d0063e925dce1d27008 (diff)
downloadmy_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.tar.xz
my_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.zip
20150505: New blog, new start
Also fixed several problems: 1. Rending SVG and making it a clickable link is basically impossible across multiple browsers. I'm now using a pretty good PNG; 2. Implemented new_post in pyblog; 3. Footnotes related updates to the theme.
Diffstat (limited to 'templates/template.html')
-rw-r--r--templates/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html
index ba826be1..de507642 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -36,7 +36,7 @@ $endfor$
<body>
<nav>
<div style="height:150px; width:100px; text-align:center;">
-<a href="/"><embed src="/img/icon.svg" type="image/svg+xml" height="100" width="100" style="padding: 2px 0;"></a>
+<a href="/"><img src="/img/icon.png" height="100" width="100" style="padding: 2px 0;"></a>
<div style="padding: 1px 0;"><a href="/"><strong>dl? cmplnts?</strong></a></div>
<div style="font-size: 9pt;">by <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a></div>
</div>