add noai tags i guess
This commit is contained in:
parent
0222c38475
commit
47ba520e7e
3 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,8 @@ make' root (GalleryInfo {title, desc, prefix, filters, hidden}) infos = [b|@0
|
||||||
<meta name=twitter:site content=@2_gecs>
|
<meta name=twitter:site content=@2_gecs>
|
||||||
<meta name=twitter:card content=summary>
|
<meta name=twitter:card content=summary>
|
||||||
|
|
||||||
|
<meta name=robots content='noai,noimageai'>
|
||||||
|
|
||||||
<script src=/script/gallery.js></script>
|
<script src=/script/gallery.js></script>
|
||||||
$0.nsfwScript
|
$0.nsfwScript
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,8 @@ make' root (IndexInfo {title, desc, galleries, links, footer}) = [b|@0
|
||||||
<meta name=twitter:site content=@2_gecs>
|
<meta name=twitter:site content=@2_gecs>
|
||||||
<meta name=twitter:card content=summary>
|
<meta name=twitter:card content=summary>
|
||||||
|
|
||||||
|
<meta name=robots content='noai,noimageai'>
|
||||||
|
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
|
|
||||||
<div class=page>
|
<div class=page>
|
||||||
|
|
|
@ -114,6 +114,8 @@ make' root siteName prefix nsfw _dataDir dir
|
||||||
<meta name=twitter:site content=@2_gecs>
|
<meta name=twitter:site content=@2_gecs>
|
||||||
<meta name=twitter:card content=summary>
|
<meta name=twitter:card content=summary>
|
||||||
|
|
||||||
|
<meta name=robots content='noai,noimageai'>
|
||||||
|
|
||||||
<script src=/script/single.js></script>
|
<script src=/script/single.js></script>
|
||||||
$nsfwScript
|
$nsfwScript
|
||||||
$bgStyle
|
$bgStyle
|
||||||
|
|
Loading…
Reference in a new issue