fix templates
This commit is contained in:
parent
eeac199b1e
commit
92b2550865
@ -25,9 +25,10 @@
|
|||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:title" content="{{board.Board}}"/>
|
<meta property="og:title" content="{{board.Board}}"/>
|
||||||
<meta property="og:description" content="thread no. {{thread.OP.PostHash}} on changolia"/>
|
<meta property="og:description" content="thread no. {{thread.OP.PostHash}} on changolia"/>
|
||||||
{{sfw}}
|
|
||||||
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}&sfw=1"/>
|
|
||||||
{{#sfw}}
|
{{#sfw}}
|
||||||
|
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}&sfw=1"/>
|
||||||
|
{{/sfw}}
|
||||||
|
{{^sfw}}
|
||||||
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}"/>
|
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}"/>
|
||||||
{{/sfw}}
|
{{/sfw}}
|
||||||
<meta property="og:image"
|
<meta property="og:image"
|
||||||
@ -37,9 +38,10 @@
|
|||||||
{{{thread.Navbar}}}
|
{{{thread.Navbar}}}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="sitetitle">
|
<div class="sitetitle">
|
||||||
{{sfw}}
|
|
||||||
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}&sfw=1">CHANGOLIA</a></h2>
|
|
||||||
{{#sfw}}
|
{{#sfw}}
|
||||||
|
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}&sfw=1">CHANGOLIA</a></h2>
|
||||||
|
{{/sfw}}
|
||||||
|
{{^sfw}}
|
||||||
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}">CHANGOLIA</a></h2>
|
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}">CHANGOLIA</a></h2>
|
||||||
{{/sfw}}
|
{{/sfw}}
|
||||||
<b>Most of the rest of the wild west.</b>
|
<b>Most of the rest of the wild west.</b>
|
||||||
|
Reference in New Issue
Block a user