Skip to content

Commit f13ca3f

Browse files
feat(jekyll): add release layout for automated blog posts
1 parent a765585 commit f13ca3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/release.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
---
4+
5+
{% capture release_heading %}View this release on [GitHub](https://github.com/{{ page.gh-repo }}/releases/tag/{{ page.release-tag }}).{% endcapture %}
6+
7+
{% include admonition.html type="hint" body=release_heading %}
8+
9+
{{ content }}

0 commit comments

Comments
 (0)