From 0836bebc7645990dcbf87e209fd2664e81d9e01a Mon Sep 17 00:00:00 2001 From: Luiz Felipe Tartarotti Fialho Date: Wed, 9 Mar 2016 09:56:36 -0300 Subject: [PATCH] Adjust jade template --- translations/pt-BR/README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/translations/pt-BR/README.md b/translations/pt-BR/README.md index fe53f6a..f3b7249 100644 --- a/translations/pt-BR/README.md +++ b/translations/pt-BR/README.md @@ -346,25 +346,23 @@ html(lang='en') meta(name='format-detection', content='telephone=no') //- Title + //- =================================== title The project title here //- Favicon and SVG logo + //- =================================== link(rel='shortcut icon', href='ico/favicon.ico') - link(rel='logo', type='image/svg', href='img/logo/logo.svg') + link(rel='logo', type='image/svg', href='svg/logo/logo.svg') - //- Stylesheet and font + //- Stylesheet and fonts + //- =================================== link(href='css/style.css', rel='stylesheet') body - - //- Access Key - //- =================================== - a.sr-only.go-content(href='#main', tabindex='1', accesskey='1') Go to content - - + //- Scripts //- =================================== - script(src='js/app.min.js') + script(src='js/scripts.min.js') ```