Skip to content

Commit d11df46

Browse files
authored
Added description to profiles page (alshedivat#1777)
Added support for description in profiles page Signed-off-by: George Araujo <george.gcac@gmail.com>
1 parent 8889e36 commit d11df46

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

_layouts/profiles.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: page
33
---
44

55
<!-- about.html -->
@@ -8,9 +8,7 @@
88
<article>
99
{% if page.profiles -%}
1010
{% for profile in page.profiles %}
11-
{% unless forloop.first %}
1211
<hr>
13-
{% endunless %}
1412
<div class="profile float-{%- if profile.align == 'left' -%}left{%- else -%}right{%- endif -%}">
1513
{%- if profile.image %}
1614
{%- assign profile_image_path = profile.image | prepend: 'assets/img/' -%}

_pages/profiles.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: profiles
3-
title: people
43
permalink: /people/
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
4+
title: people
5+
description: members of the lab or group
66
nav: true
77
nav_order: 6
88

0 commit comments

Comments
 (0)