From 72fec5433610df6e5f405e7f2d8eca1d492c5b2a Mon Sep 17 00:00:00 2001 From: Samuel Wilhelmsson Date: Fri, 10 Jan 2025 23:47:43 +0100 Subject: Update deploy script to janet Update styles with more fancy font --- index.templ | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'index.templ') diff --git a/index.templ b/index.templ index 6df889f..9f516c4 100644 --- a/index.templ +++ b/index.templ @@ -1,13 +1,16 @@ package main -import "fmt" -import "time" -import "net/url" +import ( + "fmt" + "net/url" + "time" +) templ index(ps []Post, tz *time.Location) { + Tinygram @@ -17,6 +20,7 @@ templ index(ps []Post, tz *time.Location) { +
@@ -37,6 +41,7 @@ templ loginPage(csrfToken string) { + Tinygram @@ -60,6 +65,7 @@ templ uploadPage(csrfToken string) { + Tinygram -- cgit v1.2.3