File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 95
95
< div id ="main-content " role ="main ">
96
96
{% block body %} {% endblock %}
97
97
</ div >
98
+ < p style ="text-align: center; font-size: 12px; ">
99
+ < a rel ="license " href ="http://creativecommons.org/licenses/by-sa/4.0/ ">
100
+ < img
101
+ alt ="{{ "知识共享许可协议 " if language.startswith('zh') else "Creative Commons License" }}"
102
+ style="border-width:0 "
103
+ src ="https://i.creativecommons.org/l/by-sa/4.0/80x15.png "
104
+ />
105
+ </ a >
106
+ < br />
107
+ {{
108
+ "本作品采用"
109
+ if language.startswith('zh') else
110
+ "This work is licensed under a"
111
+ }}< a rel ="license " href ="http://creativecommons.org/licenses/by-sa/4.0/ "> {{
112
+ "知识共享署名-相同方式共享 4.0 国际许可协议"
113
+ if language.startswith('zh') else
114
+ "Creative Commons Attribution-ShareAlike 4.0 International License"
115
+ }}</ a > {{ "进行许可。" if language.startswith('zh') else "." }}
116
+ </ p >
98
117
</ div >
99
118
100
119
< div class ="col hide-on-small-only m3 right-nav ">
You can’t perform that action at this time.
0 commit comments