Skip to content

Commit

Permalink
💄 Add generated logo
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <[email protected]>
  • Loading branch information
madmath03 committed Feb 26, 2020
1 parent 3f2b2a2 commit cf13121
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autodiscover-email-settings
# ![Autodiscover](icon.svg) Autodiscover Email Settings

[![Build Status](https://travis-ci.org/Monogramm/autodiscover-email-settings.svg)](https://travis-ci.org/Monogramm/autodiscover-email-settings)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f471992f0aa348b791c9ed17ccea344d)](https://www.codacy.com/gh/Monogramm/autodiscover-email-settings?utm_source=github.com&utm_medium=referral&utm_content=Monogramm/autodiscover-email-settings&utm_campaign=Badge_Grade)
Expand Down
85 changes: 85 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ router.get("/favicon.ico", function *icon() {
yield this.render("favicon.ico");
});

router.get("/documents.svg", function *icon() {
yield this.render("documents.svg");
});

app.context.render = swig({
root: path.join(__dirname, "views"),
autoescape: true,
Expand Down
Binary file added views/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<title>{{info.name}}</title>

<link rel="shortcut icon" href="favicon.ico" />

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
Expand Down

0 comments on commit cf13121

Please sign in to comment.