Apply l10n to readable theme
This commit is contained in:
parent
1e7f927aa4
commit
6a0d01494e
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
{template base}
|
{template base}
|
||||||
<!DOCTYPE html>{\n}
|
<!DOCTYPE html>{\n}
|
||||||
<html lang="en">
|
<html lang="{$config.lang}">
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset={$config.charset}">
|
||||||
<title>{$config.title}</title>
|
<title>{$config.title}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="{$config.domain}/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
<link href="{$config.domain}/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
|
|
Loading…
Add table
Reference in a new issue