add the ability to specify the content license in the footer
e.g. for marking all pages as CC BY-SA 4.0 Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -44,7 +44,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
</div>
|
||||
<footer>
|
||||
{% if extra_footer %}<div class="extra-footer"><i>{{ extra_footer|safe }}</i></div>{% endif %}
|
||||
<div class="footer"><i>Last modified: {{ mtime }}</i></div>
|
||||
<div class="footer">
|
||||
<i>Last modified: {{ mtime }}.<br />
|
||||
{% if config.LICENSE %} Available via {{ config.LICENSE|safe }}{% endif %}.
|
||||
</i>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user