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" }}
|
{{ define "main" }}
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<div>
|
<article>
|
||||||
<article>
|
{{ .Content }}
|
||||||
{{ .Content }}
|
</article>
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<p>{{ .Date.Format "Mon Jan 2, 2006" }}</p>
|
<p>{{ .Date.Format "Mon Jan 2, 2006" }}</p>
|
||||||
<p>{{ .WordCount }} Words</p>
|
<p>{{ .WordCount }} Words</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user