Add content to the home and touch up the first post
This commit is contained in:
parent
664adae79d
commit
ff5a0d9afe
4 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
|||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
{{ range site.RegularPages }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ .Summary }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := .Date | time.Format ":date_long" }}
|
||||
{{ $social := .Param "social" }}
|
||||
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
|
||||
|
||||
{{ .Content }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue