diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 14:39:04 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 14:39:04 -0300 |
commit | f908f9c7fd220037d56a64fc034469380dc86cab (patch) | |
tree | 381ec6e1584d3675db6d2570fb2922d970cefffb /docs/_layouts | |
parent | 45d3a2b8887e15fecd36cfc243fb473f0c63e741 (diff) | |
download | PSP.git-f908f9c7fd220037d56a64fc034469380dc86cab.tar.gz PSP.git-f908f9c7fd220037d56a64fc034469380dc86cab.tar.xz PSP.git-f908f9c7fd220037d56a64fc034469380dc86cab.zip |
Bugfix
Diffstat (limited to 'docs/_layouts')
-rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 0a02a08..f5d1a8e 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="{{ site.lang | default: "en-US" }}"> +<html lang="{{ site.lang | default: "pt-BR" }}"> <head> <meta charset="UTF-8"> |