<?php
// Keep in mind https://ogp.me/
// they have a list of meta data implentations, which could be extremely useful to get my implementation added to
// $info = RParseFlat(
// <<<ROF
// title: Macon Zero | Nonprofit | Decatur, IL
// url.style: /style/home-page/project-tile.css
// meta.google-site-verification: kWGtmN0nEsYZWHv_K4ajBzMEZgTIz9Ki35AscIQ4fOk
// og.type: website
// og.image: /image/cover-photo.png
// ROF
// );
// // var_dump($info);
// // exit;
// $this->ext('meta')->meta(
// $info
// // ['title'=>'Macon Zero']
// );