From 778d809c511424090f1a4deaa878b98a8c5a03de Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 19 Jan 2023 21:23:49 +0100 Subject: [PATCH] Templates: Format snippets and fix indentation Signed-off-by: Michael Mayer --- assets/templates/app.gohtml | 4 ++-- assets/templates/quotes.gohtml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/templates/app.gohtml b/assets/templates/app.gohtml index b37e08a3f..a48488bc3 100644 --- a/assets/templates/app.gohtml +++ b/assets/templates/app.gohtml @@ -10,10 +10,10 @@ {{else}}{{ .config.LegalInfo }}{{end}} {{else}}
- {{ .config.About }} + {{ .config.About }}
- {{template "quotes.gohtml" .}} +{{template "quotes.gohtml" .}}
{{end}} diff --git a/assets/templates/quotes.gohtml b/assets/templates/quotes.gohtml index e4325c239..cd8f3592f 100644 --- a/assets/templates/quotes.gohtml +++ b/assets/templates/quotes.gohtml @@ -1,7 +1,7 @@ -One picture is worth a thousand words. -It's not the camera, but who's behind the camera. -The pictures you want tomorrow, you have to take today. -A camera captures light, our mind captures images. -If you can shoot on the street you can shoot anything. -When asked what equipment you use, say it's your eyes. -Photography is the only language that can be understood anywhere in the world. \ No newline at end of file + One picture is worth a thousand words. + It's not the camera, but who's behind the camera. + The pictures you want tomorrow, you have to take today. + A camera captures light, our mind captures images. + If you can shoot on the street you can shoot anything. + When asked what equipment you use, say it's your eyes. + Photography is the only language that can be understood anywhere in the world. \ No newline at end of file