diff --git a/baidu_verify_code-uaPONVZ098.html b/baidu_verify_code-uaPONVZ098.html new file mode 100644 index 0000000000000000000000000000000000000000..eb0b58a307e28543358436d16dbadc4ce327c269 --- /dev/null +++ b/baidu_verify_code-uaPONVZ098.html @@ -0,0 +1 @@ +24fe1cfe5cfa2ac89756bf9bcedd361f \ No newline at end of file diff --git a/source/_templates/versions.html b/source/_templates/versions.html new file mode 100644 index 0000000000000000000000000000000000000000..31a1257898a9dc750d7c4a9fb281e135f04a8273 --- /dev/null +++ b/source/_templates/versions.html @@ -0,0 +1,27 @@ +{%- if current_version %} +
+ + Other Versions + v: {{ current_version.name }} + + +
+ {%- if versions.tags %} +
+
Tags
+ {%- for item in versions.tags %} +
{{ item.name }}
+ {%- endfor %} +
+ {%- endif %} + {%- if versions.branches %} +
+
Branches
+ {%- for item in versions.branches %} +
{{ item.name }}
+ {%- endfor %} +
+ {%- endif %} +
+
+{%- endif %}