Add date
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
{{ $dateMachine := now | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := now | time.Format "2 January 2006" }}
|
||||
Made with ♥ using <a href="https://gohugo.io" target="_blank">Hugo</a> <br/>
|
||||
Rebuilt on <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
|
||||
Built <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user