|
|
|
|
|
|
|
|
<h1 class="f1 athelas mb1"> |
|
|
<h1 class="f1 athelas mb1"> |
|
|
{{- .Title -}} |
|
|
{{- .Title -}} |
|
|
</h1> |
|
|
</h1> |
|
|
|
|
|
{{ with .Params.author }} |
|
|
|
|
|
<p class="tracked"> |
|
|
|
|
|
By <strong>{{ . | markdownify }}</strong> |
|
|
|
|
|
</p> |
|
|
|
|
|
{{ end }} |
|
|
{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} |
|
|
{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} |
|
|
<time class="f6 mv4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}"> |
|
|
<time class="f6 mv4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}"> |
|
|
{{- .Date.Format "January 2, 2006" -}} |
|
|
{{- .Date.Format "January 2, 2006" -}} |