Skip to content

Commit

Permalink
#44 alt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 30, 2019
1 parent 931f837 commit 868adc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%ul
%li
%a{href: url('/')}
%img.logo{src: iri.cut('/logo.svg')}
%img.logo{src: iri.cut('/logo.svg'), alt: 'Logo'}
%nav
%ul
%li
Expand Down Expand Up @@ -100,7 +100,7 @@
%ul
%li
%a{href: 'https://github.com/yegor256/0rsk/stargazers'}<
%img{src: 'https://img.shields.io/github/stars/yegor256/0rsk.svg?style=flat-square'}
%img{src: 'https://img.shields.io/github/stars/yegor256/0rsk.svg?style=flat-square', alt: 'GitHub'}
%li
%a{href: 'https://www.sixnines.io/h/6ea3'}<
%img{src: 'https://www.sixnines.io/b/6ea3?style=flat'}
%img{src: 'https://www.sixnines.io/b/6ea3?style=flat', alt: 'SixNines'}

0 comments on commit 868adc0

Please sign in to comment.