Skip to content

Commit c42d75b

Browse files
committedMar 28, 2023
Add missing simple markdown page type
1 parent e6df2b0 commit c42d75b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎layouts/markdown/single.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{{ define "main" }}
2+
<div class="markdown-content">
3+
{{- .Content -}}
4+
</div>
5+
{{ end }}

0 commit comments

Comments
 (0)
Please sign in to comment.