i know it is a lot
This commit is contained in:
parent
59ee3f114a
commit
f1b32bd47e
29 changed files with 415 additions and 570 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<main class="container">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<main class="container mx-auto">
|
||||
<h2 class="text-3xl font-bold">{{ .Title }}</h2>
|
||||
<nav class="flex flex-col">
|
||||
{{ $data := .Data }}
|
||||
{{ range $key, $value := .Data.Terms.ByCount }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue