From 68a4dbf3e55ed6c2885848db6e11beb234a4a80b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 23 Mar 2014 17:44:31 -0700 Subject: Add permalink for the article on / --- index.html | 2 +- static/css/screen.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fc5c837..44932b8 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default
-

{{ page.title }}

+

{{ page.title }}

diff --git a/static/css/screen.css b/static/css/screen.css index 4fb461f..5397ec6 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -245,8 +245,8 @@ figure { font-size: 100%; } #site #entry a { + transition: color 0.25s ease-in; font-weight: 600; - text-decoration: underline; color: #4c6296; } #site #entry a:visited { -- cgit v1.2.3