aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 3fc210c..d193263 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,6 +7,7 @@
.separator {
margin: 0.25em 0;
}
+ .description { color: #666; }
/* On narrow screens, switch to inline headers. */
.table-header { display: none; }
@@ -44,6 +45,16 @@
</a>
</div>
</div>
+ {{ with .Desc }}
+ <div class="row">
+ <div class="one column">
+ <!-- indent -->
+ </div>
+ <div class="eleven columns description">
+ {{ . }}
+ </div>
+ </div>
+ {{ end }}
{{ end }}
</div>
</body>