more internationalization
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
- frontend ( the name of the frontend )
|
||||
- prefix ( the site's prefix )
|
||||
}}
|
||||
<!doctype html>
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd>"
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{prefix}}static/krane.css"></link>
|
||||
<link rel="stylesheet" href="{{prefix}}static/user.css"></link>
|
||||
<title> {{frontend}} {{#i18n.Translations}}{{board_list_title}}{{/i18n.Translations}} </title>
|
||||
<meta property="og:site_name" content="changolia" />
|
||||
<meta property="og:type" content="website"/>
|
||||
@@ -17,7 +19,6 @@
|
||||
<meta property="og:description" content="changolia board list on {{frontend}}"/>
|
||||
<meta property="og:image"
|
||||
content="{{prefix}}static/changolia-logo.png"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
Reference in New Issue
Block a user