summaryrefslogtreecommitdiff
path: root/print/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'print/templates/footer.html')
-rw-r--r--print/templates/footer.html3
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>