You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
595 B

<div class="relative w-100 bg-white nested-copy-line-height">
<div class="bg-white gray overflow-hidden">
<div class="flex">
<div class="f1 pl2 pr2 pt4 pb4 bg-blue white">
{{ len .Data.Pages }}
</div>
<div class="flex flex-column mt3 ml3 ">
<div class="f6 pl2 db">{{ humanize .Section }}</div>
<div class="nested-links f5 lh-copy nested-copy-line-height">
<h1 class="f3 near-black ">
<a href="{{ .Permalink }}" class="link black dim pa2">
{{ .Title }}
</a>
</h1>
</div>
</div>
</div>
</div>
</div>