From b1775c4408bb00803eba321aa66ab92d6ba45580 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 17 Aug 2024 18:29:33 -0400 Subject: kennel (#13) Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/13 Co-authored-by: Elizabeth Hunt Co-committed-by: Elizabeth Hunt --- templates/base.html | 2 ++ templates/dns.html | 2 +- templates/kennel_cats.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 templates/kennel_cats.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 036a748..7486f45 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,6 +35,8 @@ | api keys. | + kennel. + | {{ .User.DisplayName }}. | logout. diff --git a/templates/dns.html b/templates/dns.html index 2f3f0a7..e04cbfa 100644 --- a/templates/dns.html +++ b/templates/dns.html @@ -37,7 +37,7 @@

note that the name must be a subdomain of {{ .User.Username }}


- + + name. + link. + description. + spritesheet. + created at. + remove. + + {{ if (eq (len .Cats) 0) }} + + no cats found + + {{ end }} + {{ range $cat := .Cats }} + + {{ $cat.Name }} + {{ $cat.Link }} + {{ $cat.Description }} + + {{ $cat.CreatedAt }} + +
+ + +
+ + + {{ end }} + +
+
+

add cat.

+
+ + + + + + + + +
if not specified, will use the default. check it out for the format we expect. max 50KB.
+ + + +
+{{ end }} -- cgit v1.2.3-70-g09d2