7 lines
217 B
PHP
7 lines
217 B
PHP
<?php
|
|
$title = "Introducing Pacundo";
|
|
$description = "A quick introduction to my script I wrote to automatically undo ArchLinux system upgrades that break stuff.";
|
|
$created = "2024-06-05";
|
|
$updated = "2024-06-06";
|
|
?>
|