Compare commits

..

1 Commits

Author SHA1 Message Date
richardoswald f376ed5dfb new posts
Push post module update to hugo reo / push-module-update (push) Successful in 17s
2025-06-10 16:43:27 -05:00
3 changed files with 16 additions and 18 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
+++
title = "{{ title }}"
date = "{{ date }}"
title = Untitled 4
date = 2025-06-10T16:23:26-05:00
author = ""
cover = ""
tags = ["", ""]
@@ -10,5 +10,3 @@ showFullContent = false
readingTime = false
hideComments = false
+++
Here is my text
+14
View File
@@ -0,0 +1,14 @@
+++
title = Tuesday's Blog Post
date = 2025-06-10 T16:42:20-05:00
author = ""
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
readingTime = false
hideComments = false
+++
-14
View File
@@ -1,14 +0,0 @@
+++
title = '{{title}}'
date = '{{date}}'
author = ''
cover = ''
tags = ['', '']
keywords = ['', '']
description = ''
showFullContent = false
readingTime = false
hideComments = false
+++
Just some text