Skip to content

Commit

Permalink
update alum
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteinme committed Nov 11, 2024
1 parent 3b07881 commit 7fe75b2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions _includes/personAlum.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,15 @@

<a class="post-card__inner" href="{{ person.url | relative_url }}">
<div class="post-card__header">
<h2>{{ person.name | strip_html | truncate: 50 }}</h2>
<h3 style="color: #999999;">{{ person.name | strip_html | truncate: 50 }}</h3>

<!-- {% assign date_format = site.sleek.date_format | default: "%b %-d, %Y" %} -->
<!-- <span class="post-card__meta">
<time>{{ post.date | date: date_format }}</time>
</span> -->
<span class="post-card__meta">
{{ person.role }}
{% if person.status == "alumni" %}
<br>{{ person.years }}
{% endif %}
</span>
</div>
<!-- {% if post.summary %}
<p>{{ post.summary | strip_html | truncatewords:20 }}</p>
{% else %}
<p>{{ post.content | strip_html | truncatewords: 20 }}</p>
{% endif %} -->

</a>
</div>

0 comments on commit 7fe75b2

Please sign in to comment.