Update terms layout to table

This commit is contained in:
Ryan Watters
2017-02-17 04:25:04 -06:00
parent 88cad8e7b2
commit 5091be1c7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -9,7 +9,7 @@
<div class="contents-list-image-wrapper">
<img src="{{.Site.BaseURL}}images/{{.Section}}.svg" alt="">
</div>
<h3 class="{{.Section}}">{{with .LinkTitle}}{{.}}{{else}}{{.Title | markdownify}}{{end}}</h3>
<h3 class="{{.Section}}">{{with .LinkTitle}}{{. | markdownify}}{{else}}{{.Title | markdownify}}{{end}}</h3>
</header>
<p>{{.Description | markdownify }}</p>
</article>