Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
6
themes/zen/layouts/_default/card.html
Normal file
6
themes/zen/layouts/_default/card.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<article class="card{{ with .Section }} card--{{ . | urlize }}{{ end }}">
|
||||
<header>
|
||||
<h2 class="title"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
</header>
|
||||
<p>{{ .Summary }}</p>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue