From 5091be1c7be4bf1eea217661b8a96c81ccfff7dc Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 17 Feb 2017 04:25:04 -0600 Subject: [PATCH] Update terms layout to table --- content/developer-tools/migrate-to-hugo.md | 2 +- themes/hugodocs/layouts/partials/contents-list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer-tools/migrate-to-hugo.md b/content/developer-tools/migrate-to-hugo.md index f69ecc7ca..ae0855c3e 100644 --- a/content/developer-tools/migrate-to-hugo.md +++ b/content/developer-tools/migrate-to-hugo.md @@ -1,7 +1,7 @@ --- title: Migrate to Hugo linktitle: Migrate to Hugo -description: Community-developed tools for migrating from your existing static site generator or content management system to Hugo. +description: A list of community-developed tools for migrating from your existing static site generator or content management system to Hugo. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 diff --git a/themes/hugodocs/layouts/partials/contents-list.html b/themes/hugodocs/layouts/partials/contents-list.html index c4ce63eb3..c52ea0090 100644 --- a/themes/hugodocs/layouts/partials/contents-list.html +++ b/themes/hugodocs/layouts/partials/contents-list.html @@ -9,7 +9,7 @@
-

{{with .LinkTitle}}{{.}}{{else}}{{.Title | markdownify}}{{end}}

+

{{with .LinkTitle}}{{. | markdownify}}{{else}}{{.Title | markdownify}}{{end}}

{{.Description | markdownify }}