diff options
Diffstat (limited to 'layouts/partials/post-toc-summary.html')
| -rw-r--r-- | layouts/partials/post-toc-summary.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/layouts/partials/post-toc-summary.html b/layouts/partials/post-toc-summary.html index 371a6f1..a96cb29 100644 --- a/layouts/partials/post-toc-summary.html +++ b/layouts/partials/post-toc-summary.html @@ -1,7 +1,10 @@ -<span class="post-meta"> - <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}"> - {{- .Date | time.Format (site.Params.dateFormatToc | default "2006.01.02") }} - </time> -</span> - -<a href="{{ .Permalink }}">{{ .Title }} </a> +<td class="posts-td-time"> + <span class="post-meta"> + <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}"> + {{- .Date | time.Format (site.Params.dateFormatToc | default "2006.01.02") }} + </time> + </span> +</td> +<td class="posts-td-link"> + <a href="{{ .Permalink }}">{{ .Title }} </a> +</td> |
