diff options
Diffstat (limited to 'layouts/partials/mini-toc.html')
| -rw-r--r-- | layouts/partials/mini-toc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/mini-toc.html b/layouts/partials/mini-toc.html index 0d52866..20a8fb2 100644 --- a/layouts/partials/mini-toc.html +++ b/layouts/partials/mini-toc.html @@ -13,12 +13,12 @@ <div class="toc" role="navigation"> <h2>{{ i18n "latest_publications" }}</h2> - <ul class="texts"> + <table class="texts posts-table"> {{/* Range through the first $maxPosts items of the $section */}} {{ range (first $maxPosts $section) }} - <li class="text-title"> + <tr class="text-title posts-tr"> {{ partial "post-toc-summary" . }} - </li> + </tr> {{ end }} </ul> </div> |
