From 7f683aa3e370f195b73a325abbfac906f9b74cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Mon, 20 May 2019 12:25:11 +0200 Subject: [PATCH] feature(header): home link added to the logo --- src/header.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/header.pug b/src/header.pug index 0f37c0b..152e567 100644 --- a/src/header.pug +++ b/src/header.pug @@ -1,5 +1,6 @@ #logo - img(src="/images/logo.png" width=111 height=32) + sib-link(next='members') + img(src='/images/logo.png' width=111 height=32) #search-bar input#search-input(type='search')