BIT-101 Creating a Hugo Theme Part 2 done
This commit is contained in:
5
themes/mytheme/layouts/_default/single.html
Normal file
5
themes/mytheme/layouts/_default/single.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p>{{ .PublishDate }}</p>
|
||||
<div>{{ .Content }}</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user