7 lines
224 B
PHP
7 lines
224 B
PHP
<?php
|
|
$title = "Productivity and Quality of Life";
|
|
$description = "A reflection on the current contradiction between productivity and quality of life in modern society.";
|
|
$created = "2019-02-25";
|
|
$updated = "2019-02-25";
|
|
?>
|