mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
releaser: Remove suplerflous release notes slug
This commit is contained in:
@@ -299,11 +299,10 @@ images:
|
||||
date: %s
|
||||
title: %q
|
||||
description: %q
|
||||
slug: %q
|
||||
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user