Skip to content

Commit

Permalink
update top level header in sidebar menu to properly show the hierarch…
Browse files Browse the repository at this point in the history
…y of the documents
  • Loading branch information
Herkarl committed Mar 26, 2024
1 parent 4d17c7f commit ed6a766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/_default.nunj
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<div class="col-sm-4 col-md-3">
<div id="secondary-nav">
{% block navigation %}
<h3><a href="/">
Styrdokument
</a></h3>
<h2 style="text-align: center; border-bottom: 2px solid #eee; padding-bottom: 1.2rem;">
<a href="/"> Styrdokument </a>
</h2>
{% for topItem in nav %}
{% if topItem.expanded %}
<h3 style="margin-top: 1rem;">
Expand Down

0 comments on commit ed6a766

Please sign in to comment.