File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ fields:
77 twitter_title :
88 label : Twitter Title
99 type : text
10- limit : 70
10+ maxlength : 70
1111 help : The title of your page as it should appear on Twitter. Will use *page title* as fallback.
1212 twitter_description :
1313 label : Twitter Description
1414 type : text
15- limit : 300
15+ maxlength : 300
1616 help : A one to two sentence description of your page. Will use *page description* and *site description* as fallbacks.
1717 twitter_image :
1818 label : Twitter Image (1200x675)
Original file line number Diff line number Diff line change 7272
7373<?php // Date ?>
7474
75- <meta name="date" content="<?= $ page ->modified ('Y-m-d ' ) ?> " scheme="YYYY-MM-DD" >
75+ <meta name="date" content="<?= $ page ->modified ('Y-m-d ' ) ?> ">
7676
7777<?php // Open Graph ?>
7878
8686 <meta property="og:image:height" content="<?= $ og_image ->thumb ($ og_image_thumb )->height () ?> ">
8787<?php endif ; ?>
8888
89- <meta property="og:site_name" content="<?= $ page ->og_site_name ()->or ($ site ->og_site_name ()) ?> ">
89+ <meta property="og:site_name" content="<?= $ page ->og_site_name ()->or ($ site ->og_site_name ())-> or ( $ site -> meta_title ())-> or ( $ site -> title ()) ?> ">
9090
9191<meta property="og:url" content="<?= $ page ->og_url ()->or ($ page ->url ()) ?> ">
9292
You can’t perform that action at this time.
0 commit comments