Added theme selector to the posts navbar.
This commit is contained in:
parent
2ccdb57c26
commit
45361fc63e
5 changed files with 6 additions and 13 deletions
|
@ -47,6 +47,9 @@
|
|||
{{ if .IsTranslated }}
|
||||
{{ partial "navigators/lang-selector-2.html" . }}
|
||||
{{ end }}
|
||||
{{ if site.Params.darkTheme.enable }}
|
||||
{{ partial "navigators/theme-selector.html" . }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue