Skip to content

Commit

Permalink
Adjust jade template
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Mar 9, 2016
1 parent 2d7ff68 commit 0836beb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions translations/pt-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
```

<a name="css"></a>
Expand Down

0 comments on commit 0836beb

Please sign in to comment.