Adding capacity to summarize microposts as well.
This commit is contained in:
parent
0c39cde248
commit
a998fdc6e8
3 changed files with 77 additions and 40 deletions
|
@ -2,7 +2,10 @@
|
|||
{{ partial "page_header.html" . }}
|
||||
|
||||
<main class="content">
|
||||
{{ partial "preview_micropost.html" . }}
|
||||
<article class="micropost">
|
||||
{{ .Content }}
|
||||
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
{{ partial "page_footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue