Skip to content

Commit

Permalink
πŸ› Fix author infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 4, 2019
1 parent 699f250 commit 2d8b2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
**Franck Abgrall**

- Twitter πŸ‘‰[@FranckAbgrall](https://twitter.com/FranckAbgrall)
- Github πŸ‘‰[@kefranabg](https://twitter.com/kefranabg)
- Github πŸ‘‰[@kefranabg](https://github.com/kefranabg)
2 changes: 1 addition & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
## πŸ‘€ Author
<% if (authorName) { %>**<%= authorName %>**<% } %>
<% if (authorTwitterUsername) { %>- Twitter πŸ‘‰[@<%= authorTwitterUsername %>](https://twitter.com/<%= authorTwitterUsername %>) <% } %>
<% if (authorGithubUsername) { %>- Github πŸ‘‰[@<%= authorGithubUsername %>](https://twitter.com/<%= authorGithubUsername %>) <% } %>
<% if (authorGithubUsername) { %>- Github πŸ‘‰[@<%= authorGithubUsername %>](https://github.com/<%= authorGithubUsername %>) <% } %>
<% } %>

0 comments on commit 2d8b2c2

Please sign in to comment.