diff --git a/templates/default.md b/templates/default.md index f478438..001845f 100644 --- a/templates/default.md +++ b/templates/default.md @@ -1,9 +1,18 @@

<%= projectName %>

-<% if (projectDescription) { %> -> <%= projectDescription %><% } %> -<% if (authorName || authorTwitterUsername || authorGithubUsername) { %> + +<% if (projectDescription) { -%> +> <%= projectDescription %> +<% } -%> + +<% if (authorName || authorTwitterUsername || authorGithubUsername) { -%> ## 👤 Author -<% if (authorName) { %>**<%= authorName %>**<% } %> -<% if (authorTwitterUsername) { %>- Twitter 👉[@<%= authorTwitterUsername %>](https://twitter.com/<%= authorTwitterUsername %>) <% } %> -<% if (authorGithubUsername) { %>- Github 👉[@<%= authorGithubUsername %>](https://github.com/<%= authorGithubUsername %>) <% } %> -<% } %> \ No newline at end of file +<% if (authorName) { %> +**<%= authorName %>** +<% } %> +<% if (authorTwitterUsername) { -%> +* Twitter 👉[@<%= authorTwitterUsername %>](https://twitter.com/<%= authorTwitterUsername %>) +<% } -%> +<% if (authorGithubUsername) { -%> +* Github 👉[@<%= authorGithubUsername %>](https://github.com/<%= authorGithubUsername %>) +<% } -%> +<% } -%> \ No newline at end of file