Added description to profiles page (#1777)

Added support for description in profiles page

Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
George 2023-09-28 18:15:11 -03:00 committed by GitHub
parent 8889e36b43
commit d11df465f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
layout: default
layout: page
---
<!-- about.html -->
@ -8,9 +8,7 @@ layout: default
<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/' -%}

View File

@ -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