7 lines
229 B
PHP
7 lines
229 B
PHP
<?php
|
|
$title = "The Google Memo";
|
|
$description = "My opinion on the dubbed \"Google Memo\" that has been going around, and how to encourage more women to enter STEM careers.";
|
|
$created = "2017-08-13";
|
|
$updated = "2017-08-13";
|
|
?>
|