Removed tails for interactive tails

This commit is contained in:
2020-06-08 19:28:42 +08:00
parent 1b7802f36a
commit 1d0ce76b15
11 changed files with 8 additions and 71 deletions

View File

@ -25,10 +25,3 @@ These methods reduced the file size to about 55kB: a size that I'm much more com
<h3>Removing the annoying favicon 404 request</h3>
<p>So, I don't plan on having a favicon for the site. The idea of the supporting so many sizes and formats just for a tiny icon just doesn't sit well with me. So, I redirected the icon to a "black hole". It no longer performs a HTTP request that will return a 404 error. Again, this shaves another 20ms off my loading time and tons of lines off my Apache access logs.</p>
<hr>
<p><div class="navbar">
<div><a href="blog-006">Prev</a></div>
<div><a href="blog-008">Next</a></div>
</div></p>