File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 < div class ="copyright ">
4242 {%- if hasdoc('copyright') %}
4343 {% trans path=pathto('copyright'), copyright=copyright|e -%}
44- < a href ="{{ path }} "> Copyright </ a > © ; {{ copyright }}
44+ < a href ="{{ path }} "> © ; {{ copyright }} {{ author }} </ a >
4545 {%- endtrans %}
4646 {%- else %}
4747 {% trans copyright=copyright|e -%}
48- Copyright © ; {{ copyright }}
48+ © ; {{ copyright }} {{ author }}
4949 {%- endtrans %}
5050 {%- endif %}
5151 </ div >
5252 {%- endif %}
53+ {%- if license and license.name -%}
54+ {%- if license.url -%}
55+ < div class ="license ">
56+ This page is licensed under < a href ="{{ license.url }} "> {{ license.name }}</ a >
57+ </ div >
58+ {%- else -%}
59+ < div class ="license ">
60+ This page is licensed under {{ license.name }}
61+ </ div >
62+ {%- endif -%}
63+ {%- endif -%}
5364
5465 {# mod: removed "Made with" #}
5566
89100 {% endif %}
90101 </ div >
91102 < div class ="right-details "> < a href ="" class ="js-revoke-cookie-manager muted-link "> Manage your tracker settings</ a > </ div >
92- </ div >
103+ </ div >
You can’t perform that action at this time.
0 commit comments