diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | 61fcfac541fe2271c052771b1c33b7511efb75bb (patch) | |
tree | 70b4eb7fdf5b2d7bb17c09c9a5060b2ad79813b6 /templates/index.html | |
parent | Add myself to LICENSE (diff) | |
download | legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.gz legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.zst legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.zip |
Indent the HTML with tabs
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/index.html b/templates/index.html index 740d2b3..52830d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,20 +3,20 @@ <html> {{ template "head" . }} - <header> - <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> - </header> - <body> - <main> - <div class="index"> - {{ range .info }} - <div class="index-name"><a href="/{{ .Name }}">{{ .DisplayName }}</a></div> - <div class="desc">{{ .Desc }}</div> - <div>{{ .Idle }}</div> - {{ end }} - </div> - </main> - </body> + <header> + <h1>{{ .meta.Title }}</h1> + <h2>{{ .meta.Description }}</h2> + </header> + <body> + <main> + <div class="index"> + {{ range .info }} + <div class="index-name"><a href="/{{ .Name }}">{{ .DisplayName }}</a></div> + <div class="desc">{{ .Desc }}</div> + <div>{{ .Idle }}</div> + {{ end }} + </div> + </main> + </body> </html> {{ end }} |