From c91ed8dc75b8432a23c20d1ff748cb51f4ba582f Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Wed, 30 Mar 2022 22:49:04 +0800 Subject: [PATCH] use embeded vue.js and provide legacy index page --- _layouts/index.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index 613a254..e30b267 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -10,8 +10,7 @@ - - + @@ -37,6 +36,21 @@ + {% if page.legacy %} + {% raw %} + {{mirs}} + + {{name}} + {{last_update}} + + {{if help_url}} + Help + {{/if}} + + + {{/mirs}} + {% endraw %} + {% else %} {% raw %} {{ mir.name }} @@ -46,6 +60,7 @@ {% endraw %} + {% endif %} @@ -73,4 +88,4 @@ - \ No newline at end of file +