all repos — site @ 7072ae0cd847b528fb52143a363eb0e714d0507b

source for my site, found at icyphox.sh

style: capitalize links

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 05 Sep 2018 15:49:20 +0530
commit

7072ae0cd847b528fb52143a363eb0e714d0507b

parent

4a2e8a86e3bfa914972e486c4889e8488b6775fe

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M index.htmlindex.html

@@ -24,7 +24,7 @@

<div class="container"> <header> <div class="right header"> - <a href="/" target="_blank">home</a> <a href="/blog" target="_blank">blog</a> <a href="/about" target="_blank">about</a> + <a href="/" target="_blank">Home</a> <a href="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </header>