Updated demo

This commit is contained in:
Mathieu Cornic 2017-04-01 23:23:47 +02:00 committed by GitHub
parent ef71eecb24
commit 4396ae87e6
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ h := hermes.Hermes{
// Appears in header & footer of e-mails // Appears in header & footer of e-mails
Name: "Hermes", Name: "Hermes",
Link: "https://example-hermes.com/", Link: "https://example-hermes.com/",
// Option product logo // Optional product logo
// Logo: "http://www.duchess-france.org/wp-content/uploads/2016/01/gopher.png", Logo: "http://www.duchess-france.org/wp-content/uploads/2016/01/gopher.png",
}, },
} }
``` ```