diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 11 |
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> |