simpler combos page

This commit is contained in:
Ted Unangst 2019-06-11 23:24:12 -04:00
parent c6d50c9cfd
commit 46cf370aaf
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@
{{ range .Combos }} {{ range .Combos }}
<section class="honk"> <section class="honk">
<header> <header>
<p style="font-size: 1.8em">{{ . }} <p style="font-size: 1.8em"><a href="/c/{{ . }}">{{ . }}</a>
</header> </header>
<p>honks: <a href="/c/{{ . }}" rel=noreferrer>{{ . }}</a>
</section> </section>
{{ end }} {{ end }}
</main> </main>