Merge commit 'e509cac533600cf4fa8382c9cdab78ddd82db688'

This commit is contained in:
Bjørn Erik Pedersen
2023-10-20 09:43:56 +02:00
298 changed files with 4568 additions and 1991 deletions

View File

@@ -1,11 +1,14 @@
---
title: {{ replace .Name "-" " " | title }}
description: ""
signature: []
title: {{ replace .File.ContentBaseName "-" " " | title }}
description:
categories: [functions]
keywords: []
menu:
docs:
parent: functions
relatedfuncs: []
function:
aliases: []
returnType:
signatures: []
relatedFunctions: []
---

View File

@@ -1,6 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
title: {{ replace .File.ContentBaseName "-" " " | title }}
description:
date: {{ .Date }}
---

View File

@@ -1,9 +1,9 @@
---
title: {{ replace .Name "-" " " | title }}
title: {{ replace .File.ContentBaseName "-" " " | title }}
date: {{ now.Format "2006-01-02" }}
description: "A short description of this page."
description: A short description of this page.
# The URL to the site on the internet.
siteURL: https://gohugo.io/
@@ -34,4 +34,3 @@ bio.md
featured.png
: A reasonably sized screenshot of your website. It can be named anything, but the name must start with "featured". The sample image is `1500x750` (2:1 aspect ratio).