1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

docs: fix shortcode

This commit is contained in:
Carlos Alexandro Becker 2024-11-29 00:17:45 -03:00
parent 9fb8d5fab2
commit e6a5a258c5
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -473,7 +473,7 @@ GoReleaser:
## Build Zig binaries
<!-- md:version 2.5 -->
<!-- md:version v2.5 -->
<!-- md:alpha -->

View File

@ -47,10 +47,10 @@ def _pro_ad(page: Page, files: Files):
])
def _version_block(text: str):
return f"> Since :material-tag-outline: <a href=\"/blog/goreleaser-{text}\">{text}</a>."
return f"> :material-tag-outline: Since <a href=\"/blog/goreleaser-{text}\">{text}</a>."
def _alpha_block():
return f"> :material-flask-outline: This feature is in alpha, and your feedback is very welcome!"
return f"> :material-flask-outline: This feature is currently in alpha. Feedback is greatly appreciated!"
def _templates_ad():
return "".join([