Templates: Format snippets and fix indentation
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a6862a7782
commit
778d809c51
2 changed files with 9 additions and 9 deletions
|
@ -10,10 +10,10 @@
|
|||
{{else}}<span class="legal-info">{{ .config.LegalInfo }}</span>{{end}}
|
||||
{{else}}
|
||||
<div class="about">
|
||||
{{ .config.About }}
|
||||
{{ .config.About }}
|
||||
</div>
|
||||
<div class="days">
|
||||
{{template "quotes.gohtml" .}}
|
||||
{{template "quotes.gohtml" .}}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<span class="quote-0">One picture is worth a thousand words.</span>
|
||||
<span class="quote-1">It's not the camera, but who's behind the camera.</span>
|
||||
<span class="quote-2">The pictures you want tomorrow, you have to take today.</span>
|
||||
<span class="quote-3">A camera captures light, our mind captures images.</span>
|
||||
<span class="quote-4">If you can shoot on the street you can shoot anything.</span>
|
||||
<span class="quote-5">When asked what equipment you use, say it's your eyes.</span>
|
||||
<span class="quote-6">Photography is the only language that can be understood anywhere in the world.</span>
|
||||
<span class="quote-0">One picture is worth a thousand words.</span>
|
||||
<span class="quote-1">It's not the camera, but who's behind the camera.</span>
|
||||
<span class="quote-2">The pictures you want tomorrow, you have to take today.</span>
|
||||
<span class="quote-3">A camera captures light, our mind captures images.</span>
|
||||
<span class="quote-4">If you can shoot on the street you can shoot anything.</span>
|
||||
<span class="quote-5">When asked what equipment you use, say it's your eyes.</span>
|
||||
<span class="quote-6">Photography is the only language that can be understood anywhere in the world.</span>
|
Loading…
Reference in a new issue