mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-28 13:00:49 +00:00
releaser: Remove suplerflous release notes slug
This commit is contained in:
parent
06e5ee6526
commit
55fb0eac20
1 changed files with 1 additions and 2 deletions
|
@ -299,11 +299,10 @@ images:
|
||||||
date: %s
|
date: %s
|
||||||
title: %q
|
title: %q
|
||||||
description: %q
|
description: %q
|
||||||
slug: %q
|
|
||||||
categories: ["Releases"]%s
|
categories: ["Releases"]%s
|
||||||
---
|
---
|
||||||
|
|
||||||
`, time.Now().Format("2006-01-02"), title, title, title, fmTail)); err != nil {
|
`, time.Now().Format("2006-01-02"), title, title, fmTail)); err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue