<?php endif; ?>
<link rel="stylesheet" href="<?= cx_url('/design/css/style.css') ?>">
- <link rel="alternate" type="application/rss+xml" title="bts.cx" href="<?= cx_url('/feed/') ?>" />
+ <link rel="alternate" type="application/atom+xml" title="bts.cx" href="<?= cx_url('/feed/') ?>" />
+
+ <meta property="og:site_name" content="<?= cx_site_name(); ?>">
+ <?php if (isset($cx_post_title)): ?>
+ <meta property="og:title" content="<?= $cx_post_title; ?>">
+ <?php else: ?>
+ <meta property="og:title" content="<?= cx_site_name(); ?>">
+ <?php endif; ?>
<?php if (isset($cx_post_meta)): ?>
- <meta property="og:title" content="<?= cx_site_name(); ?> - <?= $cx_post_title; ?>">
<meta property="og:type" content="article" />
<?php if (isset($cx_post_meta->hero_image)): ?>
<meta name="twitter:image:alt" content="<?= $cx_post_meta->hero_image_alt; ?>">
<?php endif; ?>
- <?php /*<meta property="og:description" content="Offering tour packages for individuals or groups.">
- <meta property="og:site_name" content="<?= cx_site_name(); ?>">
- <meta name="twitter:image:alt" content="Alt text for image">*/ ?>
-
<?php endif; ?>
</head>