Edit date-test page (modified April 3) script to create new page, build in date, and fetch update date from git
12 lines
341 B
Markdown
12 lines
341 B
Markdown
+++
|
|
date = '2026-03-01T10:00:00Z'
|
|
draft = false
|
|
title = 'Date Test'
|
|
tags = ['test', 'AI-gen']
|
|
+++
|
|
|
|
This page was created on March 1, 2026. If the dates are working
|
|
correctly, you should see a different "Updated" date — the date
|
|
of the most recent git commit that touched this file.
|
|
|
|
(Edited on April 3 to verify the updated date changes.)
|