custom client brief : unlock description length limit
This commit is contained in:
parent
082b9eaabc
commit
f373e4e89d
2 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ tabs:
|
||||||
type: textarea
|
type: textarea
|
||||||
size: tiny
|
size: tiny
|
||||||
buttons: false
|
buttons: false
|
||||||
maxlength: 700
|
|
||||||
moodboard:
|
moodboard:
|
||||||
label: Images
|
label: Images
|
||||||
type: files
|
type: files
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
<title><?= $site->title()->esc() ?></title>
|
<title><?= $site->title()->esc() ?></title>
|
||||||
<meta name="description" content="<?= $site->description()->esc() ?>">
|
<meta name="description" content="<?= $site->description()->esc() ?>">
|
||||||
|
<meta name="robots" content="noindex, nofollow, noarchive">
|
||||||
|
|
||||||
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
||||||
<meta name="robots" content="noindex nofollow">
|
<meta name="robots" content="noindex nofollow">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue