simpler combos page
This commit is contained in:
parent
c6d50c9cfd
commit
46cf370aaf
|
@ -6,9 +6,8 @@
|
|||
{{ range .Combos }}
|
||||
<section class="honk">
|
||||
<header>
|
||||
<p style="font-size: 1.8em">{{ . }}
|
||||
<p style="font-size: 1.8em"><a href="/c/{{ . }}">{{ . }}</a>
|
||||
</header>
|
||||
<p>honks: <a href="/c/{{ . }}" rel=noreferrer>{{ . }}</a>
|
||||
</section>
|
||||
{{ end }}
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue