Changing flags to emogis for better language support, and bandwidth usage.
This commit is contained in:
parent
f22c50dbae
commit
cfb79489ea
6 changed files with 4 additions and 6 deletions
|
@ -18,6 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
-->
|
||||
<!DOCTYPE html>
|
||||
<!-- Common app data -->
|
||||
{{ $site := .Site }}
|
||||
{{ $lang := .Site.Language.Lang }}
|
||||
{{ $appindex := .Params.SectionHeader.AppIndex }}
|
||||
{{ $i18nData := index .Site.Data $lang }}
|
||||
|
@ -80,7 +81,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
</p>
|
||||
<p class="inline column col2">
|
||||
<i class="icon-lang icon-as-text"></i>
|
||||
{{ i18n "translated" }} {{ partial "translations.html" $AppData.translated }}
|
||||
{{ i18n "translated" }} {{ partial "flags.html" $AppData.translated }}<!--{{ partial "translations.html" $AppData.translated }}-->
|
||||
</p>
|
||||
<p class="inline column col2">
|
||||
<i class="icon-git icon-as-text"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue