diff options
Diffstat (limited to 'print/templates/headline.html')
| -rw-r--r-- | print/templates/headline.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/templates/headline.html b/print/templates/headline.html index cbc9c43a..421202e4 100644 --- a/print/templates/headline.html +++ b/print/templates/headline.html @@ -1,5 +1,8 @@ <figure class="brandlogo"> - <img src="{{ logo.src or "resources/inkstitch-logo.svg" }}" alt="{{ logo.title }}" title="{{ logo.title }}"> + <label for="logo-picker"> + <img src="{{ logo.src or "resources/inkstitch-logo.svg" }}" alt="{{ logo.title }}" title="{{ logo.title }}" data-field-name="logo"> + <input type=file id="logo-picker" /> + </label> </figure> <div class="headline"> <div class="pageTitle"> |
