diff --git a/views/layout.pug b/views/layout.pug index e5ef35a..a234ff7 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,5 +1,5 @@ doctype html -html +html(land='en') head title GOSTcoin blockchain explorer link(rel='stylesheet', href='/stylesheets/style.css') @@ -10,7 +10,7 @@ html div.header div.logo a(href='/') - img(src='/images/gostcoin-b.png') + img(src='/images/gostcoin-b.png', alt='Gostcoin') h1 a(href='/') GOSTcoin blockchain explorer div.search-wrapper