Skip to content
Snippets Groups Projects
Unverified Commit 452e1642 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use author full name

parent 1639cc22
No related branches found
No related tags found
No related merge requests found
Pipeline #175219 passed
{
"nik": {
"display_name": "Dominik George"
}
}
......@@ -27,7 +27,8 @@
</figure>
</div>
<div class="media-content">
<p class="title is-4">{{ page.authors.0 }}</p>
{% set authors_data = load_data(path="authors.json") -%}
<p class="title is-4">{{ authors_data[page.authors.0].display_name }}</p>
<p class="subtitle is-6">{{ page.authors.0 }}</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment