diff options
| author | Egor Lynko <flexoid@gmail.com> | 2021-01-17 17:32:33 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 22:32:33 +0800 | 
| commit | fcf20219586e4c66d703e249aac5bb6a42a4320d (patch) | |
| tree | afd0c168258572759e11d1a93cc371c1cc47b5f2 /layouts/partials/slideout.html | |
| parent | 9d2f9230232af22ef091f3f39f8f203b1da2e78a (diff) | |
feat(language-selector): Implement optional language selector (#298)
Diffstat (limited to 'layouts/partials/slideout.html')
| -rw-r--r-- | layouts/partials/slideout.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/layouts/partials/slideout.html b/layouts/partials/slideout.html index 42ed13e..da0885c 100644 --- a/layouts/partials/slideout.html +++ b/layouts/partials/slideout.html @@ -22,4 +22,6 @@        </a>      {{- end }}    </ul> -</nav>
\ No newline at end of file + +  {{ partial "header/language-selector.html" . }} +</nav> | 
