Theme: basic styles + posts list
This commit is contained in:
parent
dddc15d915
commit
0fe0e0a38b
5 changed files with 66 additions and 18 deletions
4
themes/qogir/layouts/partials/post-item.html
Normal file
4
themes/qogir/layouts/partials/post-item.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="post-item">
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
<div>{{ .Summary }}</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue