File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 ];
1414?>
1515
16- <!-- Basic Meta Information -- >
16+ <?php // Basic Meta Information ? >
1717
18- <!-- Schema -- >
18+ <?php // Schema ? >
1919
2020<style itemscope itemtype="https://schema.org/WebSite" itemref="schema_name schema_description schema_image"></style>
2121
22- <!-- Page Title -- >
22+ <?php // Page Title ? >
2323
2424<title><?= $ page ->meta_title ()->or ($ page ->title ()) ?> - <?= $ site ->title ()?> </title>
2525<meta id="schema_name" itemprop="name" content="<?= $ page ->meta_title ()->or ($ page ->title ()) ?> - <?= $ site ->title ()?> ">
2626
27- <!-- Description -- >
27+ <?php // Description ? >
2828
2929<meta name="description" content="<?= $ page ->meta_description ()->or ($ site ->meta_description ()) ?> ">
3030<meta id="schema_description" itemprop="description" content="<?= $ page ->meta_description ()->or ($ site ->meta_description ()) ?> ">
3131
32- <!-- Keywords -- >
32+ <?php // Keywords ? >
3333
3434<meta name="keywords" content="<?= $ page ->meta_keywords ()->or ($ site ->meta_keywords ()) ?> ">
3535
3636
37- <!-- Canonical URL -- >
37+ <?php // Canonical URL ? >
3838
3939<link rel="canonical" href="<?= $ page ->meta_canonical_url ()->or ($ page ->url ()) ?> " />
4040
41- <!-- Image -- >
41+ <?php // Image ? >
4242
4343<meta id="schema_image" itemprop="image" content="<?= $ page ->meta_image ()->or ($ site ->meta_image ()) ?> ">
4444
45- <!-- Author -- >
45+ <?php // Author ? >
4646
4747<meta name="author" content="<?= $ page ->meta_author ()->or ($ site ->meta_author ()) ?> ">
4848
49- <!-- Date -- >
49+ <?php // Date ? >
5050
5151<meta name="date" content="<?= $ page ->modified ('Y-m-d ' ) ?> " scheme="YYYY-MM-DD">
5252
53- <!-- Open Graph -- >
53+ <?php // Open Graph ? >
5454
5555<meta property="og:title" content="<?= $ page ->og_title ()->or ($ site ->og_title ()) ?> | <?= $ site ->title () ?> ">
5656
9595 <meta property="article:author" content="<?= $ author ->url ()->html () ?> ">
9696<?php endforeach ?>
9797
98- <!-- Twitter Card -- >
98+ <?php // Twitter Card ? >
9999
100100<meta name="twitter:card" content="summary">
101101
Original file line number Diff line number Diff line change 1- <!-- Robots -- >
1+ <?php // Robots ? >
22
33<?php
44
You can’t perform that action at this time.
0 commit comments