Archived
1
0

update i18n stuff

This commit is contained in:
Jeff Becker
2017-10-10 12:34:39 -04:00
parent e25b84c686
commit 0848412aa0
7 changed files with 22 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
<meta property="og:type" content="website"/>
<meta property="og:title" content="{{board.Board}}"/>
<meta property="og:description" content="thread no. {{thread.OP.PostHash}} on changolia"/>
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/"/>
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}"/>
<meta property="og:image"
content="{{prefix}}static/changolia-logo.png"/>
</head>
@@ -32,10 +32,10 @@
{{{thread.Navbar}}}
<hr />
<div class="sitetitle">
<h2><a href="{{thread.Prefix}}">CHANGOLIA</a></h2>
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}">CHANGOLIA</a></h2>
<b>Most of the rest of the wild west.</b>
</div>
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
<center><b><a href="{{thread.BoardURL}}?lang={{i18n.Name}}">{{thread.Board}}</a></b></center>
<br />
{{{form}}}