diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-09-26 13:08:11 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-09-26 13:08:11 +0200 |
commit | 19e71ce6cd7ca7540e0e004d180998e051c57402 (patch) | |
tree | 5ce40c74cee46c860cb7ba13824d7f455e5eb013 /theme/templates/header.html | |
parent | 71b7a6570d06b1457308cb37ccd7c7a4c791d961 (diff) |
Update theme
Diffstat (limited to 'theme/templates/header.html')
-rwxr-xr-x | theme/templates/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/header.html b/theme/templates/header.html index 066d71a..6c51cdf 100755 --- a/theme/templates/header.html +++ b/theme/templates/header.html @@ -1,3 +1,4 @@ <header id="header"> <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1> + <img src="/theme/images/header.jpg" width="690px"/> </header> |