layouts: summary tweaks
parent
96cb0017d4
commit
a32c5c9243
|
@ -1,6 +1,9 @@
|
||||||
<section class="article">
|
<section class="article">
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
<div>{{ .Title }}</div>
|
<h1>{{ .Title }}</h1>
|
||||||
<div>{{ .Summary }}</div>
|
<div>
|
||||||
|
<span>{{ .Date.Format "Jan 2, 2006" }}</span>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
<div>{{ .Summary }}</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue