Updated links and index

This commit is contained in:
2026-05-19 21:36:23 -04:00
parent af1b193389
commit 70fe6ddfb6
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$title = 'Log';
$description = "A running tab of what I've been into.";
$description = "Running tab of my time.";
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/log.json'), true);