Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Fix event current tab display (#195)
Browse files Browse the repository at this point in the history
* nc calendar displays correctly #52

* events page ready #52

* icbd href fix #52

* remove old icbd page copies #52

* fix calendar link & menu display #52

* testing other calendar #52

* title change #52

* fix events current tab #191

Co-authored-by: CLIC EPFL <48416147+clicepfl@users.noreply.github.com>
  • Loading branch information
s314cy and CLIC EPFL authored Sep 22, 2021
1 parent 8288573 commit efe03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/events/events-page-view.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" type="text/css" href="/vendor/slick-theme.css">
</head>
<body id="events">
{{ base.header(page = "events") }}
{{ base.header(tab = "events") }}

<div class="wrapper bg-white">
<div class="center">
Expand Down

0 comments on commit efe03f5

Please sign in to comment.