Merge pull request #17063 from Bo98/api-title-string

dev-cmd/generate-*-api: ensure title is a string
This commit is contained in:
Bo Anderson 2024-04-10 05:12:38 +01:00 committed by GitHub
commit 756fc151bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ module Homebrew
def html_template(title)
<<~EOS
---
title: #{title}
title: '#{title}'
layout: cask
---
{{ content }}

View File

@ -72,7 +72,7 @@ module Homebrew
def html_template(title)
<<~EOS
---
title: #{title}
title: '#{title}'
layout: formula
redirect_from: /formula-linux/#{title}
---