Archived
1
0

more sfw fixes

This commit is contained in:
Jeff
2018-08-05 10:02:30 +10:00
parent c34bed4d85
commit eeac199b1e
2 changed files with 15 additions and 2 deletions

View File

@@ -25,7 +25,11 @@
<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"/>
{{sfw}}
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}&sfw=1"/>
{{#sfw}}
<meta property="og:url" content="{{prefix}}t/{{thread.OP.PostHash}}/?lang={{i18n.Name}}"/>
{{/sfw}}
<meta property="og:image"
content="{{prefix}}static/changolia-logo.png"/>
</head>
@@ -33,7 +37,11 @@
{{{thread.Navbar}}}
<hr />
<div class="sitetitle">
{{sfw}}
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}&sfw=1">CHANGOLIA</a></h2>
{{#sfw}}
<h2><a href="{{thread.Prefix}}?lang={{i18n.Name}}">CHANGOLIA</a></h2>
{{/sfw}}
<b>Most of the rest of the wild west.</b>
</div>
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>