Skip to content

Commit

Permalink
Added description to profiles page (#1777)
Browse files Browse the repository at this point in the history
Added support for description in profiles page

Signed-off-by: George Araujo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Sep 28, 2023
1 parent 8889e36 commit d11df46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions _layouts/profiles.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: page
---

<!-- about.html -->
Expand All @@ -8,9 +8,7 @@
<article>
{% if page.profiles -%}
{% for profile in page.profiles %}
{% unless forloop.first %}
<hr>
{% endunless %}
<div class="profile float-{%- if profile.align == 'left' -%}left{%- else -%}right{%- endif -%}">
{%- if profile.image %}
{%- assign profile_image_path = profile.image | prepend: 'assets/img/' -%}
Expand Down
4 changes: 2 additions & 2 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: profiles
title: people
permalink: /people/
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
title: people
description: members of the lab or group
nav: true
nav_order: 6

Expand Down

0 comments on commit d11df46

Please sign in to comment.