simpler combos page
This commit is contained in:
parent
c6d50c9cfd
commit
46cf370aaf
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue