tf layout
This commit is contained in:
parent
be5f412246
commit
534234ee05
|
@ -1,12 +1,12 @@
|
|||
{{ define "main" }}
|
||||
<section class="left sidebar">
|
||||
<h6>Figures I'm Looking For</h6>
|
||||
<h3>Figures I'm Looking For</h3>
|
||||
<ul>
|
||||
{{ range $.Site.Data.transformers.collection.wants }}
|
||||
<li> {{ .name }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<h6>Recent Collection Additions</h6>
|
||||
<h3>Recent Collection Additions</h3>
|
||||
<ul>
|
||||
{{ range $.Site.Data.transformers.collection.recent }}
|
||||
<li> {{ .name }}</li>
|
||||
|
|
Loading…
Reference in New Issue