diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-11-15 17:39:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-15 17:39:25 +0100 |
| commit | 05aaf36d6dc5e8b0b44d41b81aaff92658643077 (patch) | |
| tree | 1c1a6afcc362ce695eeb12566a3ecd38bfc5c76a /print/templates/footer.html | |
| parent | f5c85183d9c874fca806917e50992daea4101496 (diff) | |
add editable footer
closes #346
Diffstat (limited to 'print/templates/footer.html')
| -rw-r--r-- | print/templates/footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/templates/footer.html b/print/templates/footer.html index 0c043e2f..17589628 100644 --- a/print/templates/footer.html +++ b/print/templates/footer.html @@ -1,6 +1,7 @@ <footer> <p class="num_pages">{{ _('Page') }} <span class="page-num"></span>/<span class="total-page-num"></span></p> - <p>Proudly generated with <a href="http://inkstitch.org/" target="_blank">Ink/Stitch</a></p> + <div class="footer-info" data-field-name="footer-info">{{ _('Proudly generated with') }} <a href="http://inkstitch.org/" target="_blank">Ink/Stitch</a></div> + <div class="edit-footer-link">✎</div> </footer> |
