7 lines
341 B
PHP
7 lines
341 B
PHP
<?php
|
|
$title = "Taizé: Experience & Liturgy";
|
|
$description = "After recently having spent a week in the Taizé Community in France, I wanted to write an article about my experience, as well as noting what I was able to reverse engineer about the liturgy they follow for their prayers.";
|
|
$created = "2021-08-24";
|
|
$updated = "2021-08-25";
|
|
?>
|