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

Commit

Permalink
Change: link to library
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Sep 9, 2022
1 parent d7cdf88 commit f7e23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<ul class="nav navbar-nav">
<li class="divider-vertical"></li>
{{ if request.controller == "default" and settings.academy_mode:}}
<li><a href="/{{=request.application}}/books/index">Our Library</a> </li>
<li><a href="/ns/books/index">Our Library</a> </li>
<li><a href="https://blog.runestone.academy">Runestone News</a> </li>
{{ pass }}
{{ if auth.user: }}
Expand Down

0 comments on commit f7e23f0

Please sign in to comment.