Skip to content

Commit

Permalink
fix(generators/demo/templates): fix image, attribution and link
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Oct 10, 2017
1 parent e85caf9 commit 51b3697
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class DemoGenerator extends Generator
, 'src/views/navigation.coffee'

, 'src/style/images/marviq-logo-web.png'
, 'src/style/images/documentation.jpg'
, 'src/style/images/documentation.png'

// i18n:

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions generators/demo/templates/src/views/documentation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

</div>
<div class="col-md-5">
<a href="http://geek-and-poke.com/" target="_blank">
<img src="style/images/documenting.jpg" class="img-responsive" alt="Documenting...." />
<a href="http://geek-and-poke.com/geekandpoke/2013/12/3/yesterdays-regex/" target="_blank">
<figure>
<img src="style/images/documentation.png" class="img-responsive" alt="Documenting...." />
<figcaption>© 2013 geek-and-poke.com CC-BY-3.0</figcaption>
</figure>
</a>
</div>
</div>
Expand Down

0 comments on commit 51b3697

Please sign in to comment.