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