An experimental IndieWeb site built in Go.

update site title

Changed files
+2 -2
html
+1 -1
html/layouts/default.templ
··· 14 14 <!DOCTYPE html> 15 15 <html> 16 16 <head> 17 - <title>Micropub and IndieAuth Server Demo</title> 17 + <title>puregarlic dot space</title> 18 18 <meta name="viewport" content="width=device-width, initial-scale=1" /> 19 19 <link rel="preconnect" href="https://fonts.googleapis.com" /> 20 20 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+1 -1
html/layouts/default_templ.go
··· 36 36 templ_7745c5c3_Var1 = templ.NopComponent 37 37 } 38 38 ctx = templ.ClearChildren(ctx) 39 - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<!doctype html><html><head><title>Micropub and IndieAuth Server Demo</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,MONO@-15..0,300..1000,0..1,0..1,0..1&amp;display=swap\" rel=\"stylesheet\">") 39 + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<!doctype html><html><head><title>puregarlic dot space</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,MONO@-15..0,300..1000,0..1,0..1,0..1&amp;display=swap\" rel=\"stylesheet\">") 40 40 if templ_7745c5c3_Err != nil { 41 41 return templ_7745c5c3_Err 42 42 }