Skip to content

Commit 9b3c6eb

Browse files
committed
chore: add useful pieces to template
### Summary We usually forget tags, and image formatting is easy to forget. Make it easy will some adjustments to the template.
1 parent d4ace88 commit 9b3c6eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_drafts/_template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: Post Title
1414
description:
1515
Post Description (~140 words, used for discoverability and SEO)
1616
author: tyler
17+
tags: [] # update with relevant tags (see https://interrupt.memfault.com/tags for examples!)
1718
---
1819

1920
A little bit of background of why the reader should read this post.
@@ -32,9 +33,14 @@ Optional motivation to continue onwards
3233

3334
## Primary Section 1
3435

35-
## Conclusion
36+
<!-- Uncomment and update image path to add an image. Place all images under img/my-post-name/ -->
37+
<!-- <p align="center">
38+
<img width="80%" src="{% img_url my-post-name/my-image.png %}" alt="My post description" />
39+
</p> -->
3640

41+
## Conclusion
3742

43+
Wrap up with a summary and optionally a call for readers to join the conversation.
3844

3945
<!-- Interrupt Keep START -->
4046
{% include newsletter.html %}

0 commit comments

Comments
 (0)