diff options
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 }} |