Remove locale hash to shorten Liquid variable names

This commit is contained in:
Michael Rose
2016-03-09 20:49:17 -05:00
parent ea8fb6fe33
commit feb504592c
6 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<section id="table-of-contents" class="toc">
<header><h3><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text.locale[site.locale].toc_label }}</h3></header>
<header><h3><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h3></header>
<div id="drawer" markdown="1">
* Auto generated table of contents
{:toc}