Skip to content

Commit

Permalink
clickable navigation title
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Feb 29, 2024
1 parent 9d13784 commit e59f40f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions theme/src/main/assets/partials/nav.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ $!
<a href="$page.home.href$" title="$page.home.title$" class="md-nav__button md-logo" aria-label="$page.home.title$" data-md-component="logo">
$logo()$
</a>
$page.home.title$
<a href="$page.home.href$" title="$page.home.title$">
$page.home.title$
</a>
</label>
$ if (page.properties.("material.repo")) $
<div class="md-nav__source">
$source()$
</div>
$ endif $
<ul class="md-nav__list" data-md-scrollfix>
$! TODO nav_item !$
</ul>
$page.groups$
$page.navigation$
$toc()$
Expand Down

0 comments on commit e59f40f

Please sign in to comment.