Add published date to reviews
This commit is contained in:
parent
8a0e0f3bc3
commit
7988251caf
4 changed files with 22 additions and 2 deletions
|
|
@ -3,6 +3,6 @@
|
|||
<header class="http-header">
|
||||
<h1 title="404" class="http-status">4📀4</h1>
|
||||
</header>
|
||||
<p>The page you were looking for could not be found</p>
|
||||
<p class="color:deemphasize">The page you were looking for could not be found</p>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
<h1>{{- .Title -}}</h1>
|
||||
<h3 class="subtitle-small color:deemphasize" style="margin-top: -30px">
|
||||
{{- .PublishDate.Format "August 2, 2006" -}}
|
||||
</h3>
|
||||
{{ partial "quicklook.html" . }}
|
||||
</header>
|
||||
<div class="core-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue