From f1947fede2d3efcdcd24694b3d14a58015f913e4 Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Sun, 18 Jul 2021 20:13:56 -0400 Subject: feat: add multiple languages to sidebar with javascript (#597) * add multiple languages to sidebar with javascript * Update code * Update code 2 --- _includes/azerothcore/sidebar.html | 196 ++++++++++++++++++++++++++----------- 1 file changed, 141 insertions(+), 55 deletions(-) (limited to '_includes/azerothcore') diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index c7156ed..00f19a2 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -1,57 +1,143 @@ - + + +
+ +
    + English + Spanish +
+ +
+ +
+ +

+ Install: + + Contribute: + + Documentation: + + Database: + + Other: + + Archive + + +
+ + + + \ No newline at end of file -- cgit