From 7fa9818a9fc176b2ebc0537a9634e33bf76f4a50 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Sat, 28 Sep 2024 12:01:10 +0000 Subject: [PATCH] Update file education.html --- wiki/pages/education.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/pages/education.html b/wiki/pages/education.html index 6bcbbd4b..f7baf091 100644 --- a/wiki/pages/education.html +++ b/wiki/pages/education.html @@ -32,7 +32,7 @@ {% extends "layout.html" %} {% block title %}Education{% endblock %} - <button id="textSizeToggle" class="text-size-toggle">L</button> + {% block page_content %} <div class="sidebar"> <ul> @@ -43,7 +43,7 @@ <li><a href="#Summary">Summary</a></li> </ul> </div> - + <button id="textSizeToggle" class="text-size-toggle">L</button> <div class="progress-container"> <svg class="progress-bar-circle" width="60" height="60"> <circle class="progress-circle" cx="30" cy="30" r="25" stroke-width="5" fill="transparent"></circle> -- GitLab