Add language and country

This commit is contained in:
extensionsapp 2017-10-26 23:09:24 +03:00
parent 1d4f18ed80
commit b2c83f3e96
9 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="<%- page.language %>">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="<%- page.language %>">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="<%- page.language %>">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<% include includes/head.ejs %>