Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created January 16, 2019 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/53c6a52393b653989650a8e9081560c1 to your computer and use it in GitHub Desktop.
Save theodesp/53c6a52393b653989650a8e9081560c1 to your computer and use it in GitHub Desktop.
<div>
<ul class="language-list">
{{ range $.Site.Home.AllTranslations }}
<li><a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></li>
{{ end }}
</ul>
</div>
.language-list {
list-style-type: none;
width: 144px;
padding: 0;
display: flex;
flex-direction: row;
justify-content: space-around;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment