From 06a492fc06bac4a1776b26b38ec07c985ce11be8 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sun, 18 Jul 2021 15:04:16 +0300 Subject: [PATCH] updated nav bar --- hakyll-bootstrap/templates/nav.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hakyll-bootstrap/templates/nav.html b/hakyll-bootstrap/templates/nav.html index 40836cf..f97a371 100644 --- a/hakyll-bootstrap/templates/nav.html +++ b/hakyll-bootstrap/templates/nav.html @@ -21,10 +21,10 @@ <li><a href="/cours/math_tech_info.html">Mathématiques en technologie de l'information</a></li> <li><a href="/cours/prog_seq.html">Programmation séquentielle en C</a></li> <li class="divider"></li> - <li class="dropdown-header">Archived</li> - <li><a href="#">Sciences orientation logicielle</a></li> - <li><a href="#">Programmation séquentielle en Rust</a></li> - <li><a href="/cours/prog_conc.html">Programmation concurrente</a></li> + <!-- <li class="dropdown-header">Archived</li> --> + <!-- <li><a href="#">Sciences orientation logicielle</a></li> --> + <!-- <li><a href="#">Programmation séquentielle en Rust</a></li> --> + <!-- <li><a href="/cours/prog_conc.html">Programmation concurrente</a></li> --> </ul> <li><a href="/pages/research_projects.html">Research projects</a></li> <li><a href="/pages/bachelor_projects.html">Bachelor projects</a></li> -- GitLab