Print current date and time
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="row-fluid navmargin">
|
||||
<div class="page-header">
|
||||
<h1>{{ .Title }} - {{ .Date.Format "Mon, Jan 2, 2006" }}</h1>
|
||||
<h1>{{ .Title }} - {{ now.Format "Mon, Jan 2, 2006, 15:04 MST" }}</h1>
|
||||
</div>
|
||||
<p class="lead">{{ .Params.description }}</p>
|
||||
{{ .Content }}
|
||||
|
||||
Reference in New Issue
Block a user