From 164fac7b89ae2b1c9800c9a9099c8b2b8fc84fba Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 09:51:13 +0000
Subject: [PATCH] Update file human-practices.html

---
 wiki/pages/human-practices.html | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
index cc6e98a7..e5e371d3 100644
--- a/wiki/pages/human-practices.html
+++ b/wiki/pages/human-practices.html
@@ -69,7 +69,7 @@
 <body>
   {% extends "layout.html" %}
   
-  {% block title %}Details{% endblock %}
+  {% block title %}Human Practices Details{% endblock %}
 
   {% block page_content %}
 
@@ -82,6 +82,15 @@
     </ul>
 </div>
 
+<div class="sidebar">
+  <ul>
+    <li><a href="#Introduction">Introduction</a></li>
+    <li><a href="#Muscone molecular switch">Muscone molecular switch</a></li>
+    <li><a href="#Colonization system">Colonization system</a></li>
+    <li><a href="#Inhalation of muscone">Inhalation of muscone</a></li>
+  </ul>
+</div>
+
 <!--
   <div class="progress-container">
     <svg class="progress-bar-circle" width="60" height="60">
@@ -90,6 +99,7 @@
     <div class="progress-text">0%</div>
   </div>
 -->
+
   <div class="row mt-4">
     <div class="col-lg-12">
       <h2 id="Introduction">
-- 
GitLab