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
|
||||
size: tiny
|
||||
buttons: false
|
||||
maxlength: 700
|
||||
moodboard:
|
||||
label: Images
|
||||
type: files
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title><?= $site->title()->esc() ?></title>
|
||||
<meta name="description" content="<?= $site->description()->esc() ?>">
|
||||
<meta name="robots" content="noindex, nofollow, noarchive">
|
||||
|
||||
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
||||
<meta name="robots" content="noindex nofollow">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue