Stop description from defaulting to body of page text.
Add whitespace description to default content template. Add whitespace description to about-me and experience pages.
This commit is contained in:
parent
5acc44461c
commit
369d021a49
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
description = ""
|
||||
description = " "
|
||||
date = {{ .Date }}
|
||||
aliases = []
|
||||
author = "Joey Hafner"
|
||||
|
@ -1,5 +1,6 @@
|
||||
+++
|
||||
title = 'About Me'
|
||||
description = ' '
|
||||
date = 2024-05-28T17:56:25-07:00
|
||||
draft = false
|
||||
slug = "about-me"
|
||||
|
@ -1,5 +1,6 @@
|
||||
+++
|
||||
title = 'Experience'
|
||||
description = ' '
|
||||
date = 2024-05-28T17:56:47-07:00
|
||||
draft = false
|
||||
slug = "experience"
|
||||
|
@ -1,5 +1,6 @@
|
||||
+++
|
||||
title = 'Homelab'
|
||||
description = ' '
|
||||
date = 2024-05-28T17:58:08-07:00
|
||||
draft = true
|
||||
+++
|
||||
|
Loading…
Reference in New Issue
Block a user