Cleaned up template
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
This commit is contained in:
parent
0fcc78129a
commit
32662afef0
@ -1,10 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div>
|
||||
<article>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
<div>
|
||||
<p>{{ .Date.Format "Mon Jan 2, 2006" }}</p>
|
||||
<p>{{ .WordCount }} Words</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user