initial commit
This commit is contained in:
commit
f92932b947
44 changed files with 851 additions and 0 deletions
4
layouts/partials/preview_micropost.html
Normal file
4
layouts/partials/preview_micropost.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<article class="micropost">
|
||||
{{ .Content }}
|
||||
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue