test hook lastmod
This commit is contained in:
parent
a679c59b7b
commit
73e56f66e3
@ -7,8 +7,10 @@ echo "Running pre-commit checks..."
|
|||||||
|
|
||||||
# Auto-update lastmod in content files (non-blocking)
|
# Auto-update lastmod in content files (non-blocking)
|
||||||
# Runs before other checks so lint/spell run on updated files
|
# Runs before other checks so lint/spell run on updated files
|
||||||
if [ -x "$(dirname "$0")/update-lastmod.sh" ]; then
|
# Resolve symlink to find the actual script directory
|
||||||
"$(dirname "$0")/update-lastmod.sh" || echo "⚠️ lastmod update script encountered an issue"
|
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
|
if [ -x "$SCRIPT_DIR/update-lastmod.sh" ]; then
|
||||||
|
"$SCRIPT_DIR/update-lastmod.sh" || echo "⚠️ lastmod update script encountered an issue"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Track overall success/failure
|
# Track overall success/failure
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
date: 2025-11-08
|
date: 2025-11-08
|
||||||
description: "A brief retelling of my experience leaving the Mormon faith."
|
description: "A brief retelling of my experience leaving the Mormon faith."
|
||||||
image: ""
|
image: ""
|
||||||
lastmod: 2025-11-08
|
lastmod: 2026-02-02T23:19:22-07:00
|
||||||
showTableOfContents: false
|
showTableOfContents: false
|
||||||
tags: ["religion", "life"]
|
tags: ["religion", "life"]
|
||||||
title: "Why I Let Go of the Rod"
|
title: "Why I Let Go of the Rod"
|
||||||
@ -48,5 +48,4 @@ When I was 8 or 9, I remember feeling immense responsibility, mixed with privile
|
|||||||
restored His One True Church to my neighborhood! Relief washed over me when I learned that there were actually millions
|
restored His One True Church to my neighborhood! Relief washed over me when I learned that there were actually millions
|
||||||
of us, not just the two hundred in my ward. lol.
|
of us, not just the two hundred in my ward. lol.
|
||||||
|
|
||||||
|
|
||||||
test
|
test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user