tf layout

This commit is contained in:
yequari 2023-10-09 20:10:30 -07:00
parent be5f412246
commit 534234ee05
1 changed files with 2 additions and 2 deletions

View File

@ -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>