aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-25 19:12:43 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-25 19:12:43 -0700
commit7f52b9d8aaaa16869821632b57ea8dc86bab865a (patch)
treeb81d08896612d88cb47792abc860b9f8f8f267e3 /templates/template.html
parentc6cb551425b06c15fa61f8bfba2591fdd9ca736d (diff)
downloadmy_new_personal_website-7f52b9d8aaaa16869821632b57ea8dc86bab865a.tar.xz
my_new_personal_website-7f52b9d8aaaa16869821632b57ea8dc86bab865a.zip
select blog icon with CSS
This way we can deliver the right size based on the window size (wide or narrow), rather than deliver a universal one then scale down.
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 beafdc55..69b5ba97 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -48,7 +48,7 @@ ga('send', 'pageview');
</head>
<body>
<nav>
-<div class="logo"><a href="/"><img src="/img/icon-200.png" srcset="/img/icon-400.png 2x" alt="blog icon"></a></div>
+<div><a class="blog-icon" href="/">blog icon</a></div>
<div class="title"><a href="/">dl? cmplnts?</a></div>
<div class="author">by <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a></div>
</nav>