mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 23:36:51 +00:00
Adjust various scripts accordingly Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
9 lines
359 B
HTML
9 lines
359 B
HTML
{% extends "!footer.html" %}
|
|
{% block extrafooter %}
|
|
<p class="extrafooter">Documentation licensed under <a rel="license"
|
|
href="http://creativecommons.org/licenses/by/4.0/">(CC BY 4.0) <img
|
|
alt="Creative Commons License" style="border-width:0"
|
|
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></p>
|
|
{{ super() }}
|
|
{% endblock %}
|