From a2e0dd531cdebcc8e5f90ff1cf9d319d4e3f44a8 Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Wed, 20 Apr 2016 02:44:13 +0700 Subject: [PATCH] Update a href --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index fcb32bb..6b3d7e7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,7 +24,7 @@ <body> <div class="container"> <div class="col-sm-3"> - <img id="about" src="/img/avatar.jpg" height="75px" width="75px" /> + <a href="/"><img id="about" src="/img/avatar.jpg" height="75px" width="75px" /></a> <h1 class="author-name">{{ site.name }}</h1> {% if site.about %} <div id="about"> -- GitLab