Remove page param id

This commit is contained in:
Will Faught
2024-06-03 21:55:11 -07:00
parent c07b847ff1
commit 22968db841
3 changed files with 2 additions and 25 deletions

View File

@@ -4,7 +4,6 @@ categories = []
date = "{{ .Date }}"
description = ""
draft = true
id = "{{ print .File.Path $now.UnixNano | sha1 }}"
link = ""
tags = []
title = "{{ replace (strings.TrimPrefix (print ($now.Format `2006-01-02`) `-`) .Name) `-` ` ` | title }}"