Fix sidebar languages listing

This commit is contained in:
Janne Cederberg 2017-04-25 07:53:10 +03:00
parent 41f922f1a1
commit f71071185d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<div class="language-container container-block">
<h2 class="container-block-title">{{ i18n "language" }}</h2>
<ul class="list-unstyled interests-list">
{{ range .Site.Params.language.list }}
{{ range .Site.Params.languages.list }}
<li>{{ .language }} <span class="lang-desc">({{ .level }})</span></li>
{{ end }}
</ul>

View File

@ -14,8 +14,8 @@
{{ partial "education.html" . }}
{{ end }}
{{ if .Site.Params.language.enable }}
{{ partial "language.html" . }}
{{ if .Site.Params.languages.enable }}
{{ partial "languages.html" . }}
{{ end }}
{{ if .Site.Params.interests.enable }}