From d11df465f0cb1acdcd69236e9a3d1559f40a15dd Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:15:11 -0300 Subject: [PATCH] Added description to profiles page (#1777) Added support for description in profiles page Signed-off-by: George Araujo --- _layouts/profiles.html | 4 +--- _pages/profiles.md | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_layouts/profiles.html b/_layouts/profiles.html index 689681f..40e9f38 100644 --- a/_layouts/profiles.html +++ b/_layouts/profiles.html @@ -1,5 +1,5 @@ --- -layout: default +layout: page --- @@ -8,9 +8,7 @@ layout: default
{% if page.profiles -%} {% for profile in page.profiles %} - {% unless forloop.first %}
- {% endunless %}
{%- if profile.image %} {%- assign profile_image_path = profile.image | prepend: 'assets/img/' -%} diff --git a/_pages/profiles.md b/_pages/profiles.md index c282963..bc8d4d3 100644 --- a/_pages/profiles.md +++ b/_pages/profiles.md @@ -1,8 +1,8 @@ --- layout: profiles -title: people permalink: /people/ -subtitle: Affiliations. Address. Contacts. Moto. Etc. +title: people +description: members of the lab or group nav: true nav_order: 6