Skip to content

Commit

Permalink
Separate description and hero text on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHallahan committed Feb 4, 2023
1 parent d37e60e commit bc4613d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Home"
layout: homepage
description: "Empowering open-source AI [research](/research/)."
description: "Empowering open-source AI research."
hero: "Empowering open-source AI [research](/research/)."
---
2 changes: 1 addition & 1 deletion themes/eai-www/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1>{{ .Title | markdownify }}</h1>
</header> */ -}}
<section class="entry-content">
<p>{{ .Description | markdownify }}</p>
<p>{{ .Params.hero | markdownify }}</p>
</section>
<footer class="entry-footer">
{{ partial "social_icons.html" $.Site.Params.socialIcons }}
Expand Down

0 comments on commit bc4613d

Please sign in to comment.