Skip to content

Commit

Permalink
fix navbar omission
Browse files Browse the repository at this point in the history
  • Loading branch information
RadioPotin committed Aug 26, 2024
1 parent d817080 commit b8987ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/site-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
<div class="flex-l items-center">
{{ partial "i18nlist.html" . }}
{{ with .Site.GetPage "index.md" }}
{{ with .Site.GetPage "_index.md" }}
<ul class="{{ cond (eq $.Site.Language.LanguageDirection "rtl") "pr0 ml3" "pl0 mr3" }}">
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
<a class="hover-white no-underline white-90" href="{{ .RelPermalink }}#{{ .Params.sectiontitle }}" title="{{ i18n "pageTitle" . }}">
Expand Down

0 comments on commit b8987ac

Please sign in to comment.