fixes to perople

This commit is contained in:
hamdy
2020-11-11 10:13:01 +02:00
parent 4f181ea2a7
commit 6485875d89
3 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
</g-link>
<div class="post-card-content">
<g-link :to="record.path">
<h2 class="post-card-title mt-3">{{ record.title }}</h2>
<h2 class="post-card-title mt-3">{{ record.title || record.name}}</h2>
<p class="post-card-excerpt">{{ record.excerpt }}</p>
</g-link>
<div class="w-full post-card-meta pt-4">

View File

@@ -20,6 +20,7 @@ query($page:Int) {
edges {
node {
path
excerpt
content
name
rank

View File

@@ -83,6 +83,7 @@
rank
memberships
bio
excerpt
linkedin
websites
project_ids