Add image and internal-link reminders to template

This commit is contained in:
Jack Jackson 2022-10-29 14:48:49 -07:00
parent 65e33200a2
commit 7606519f44

View File

@ -9,3 +9,13 @@ tags:
This is the introduction This is the introduction
<!--more--> <!--more-->
And this is the rest of the content And this is the rest of the content
<!--
Reminders of patterns you often forget:
Images:
![Alt-text](url "Caption")
Internal links:
[Link-text]({{< ref "/posts/name-of-post" >}})
-->