From e7645efaa9d07435fea2a3bafeed1418d6bb4dec Mon Sep 17 00:00:00 2001 From: iswbm Date: Fri, 9 Jul 2021 01:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A4=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baidu_verify_code-uaPONVZ098.html | 1 + source/_templates/versions.html | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 baidu_verify_code-uaPONVZ098.html create mode 100644 source/_templates/versions.html diff --git a/baidu_verify_code-uaPONVZ098.html b/baidu_verify_code-uaPONVZ098.html new file mode 100644 index 0000000..eb0b58a --- /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 0000000..31a1257 --- /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 %} -- GitLab