initial commit
This commit is contained in:
commit
f92932b947
44 changed files with 851 additions and 0 deletions
12
layouts/partials/preview_photo_post.html
Normal file
12
layouts/partials/preview_photo_post.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<article class="photo">
|
||||
|
||||
<div class="preview">
|
||||
<div class="title">
|
||||
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<a href="{{ .Permalink }}">{{ .Summary }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue