Skip to content
Snippets Groups Projects
Commit 62bba7e7 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update the template to include a link to the author

parent 102a07df
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
<div class="wrapper wrapper--small"> <div class="wrapper wrapper--small">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{% for author in page.authors.all %}
<p><a href="{% pageurl author.author %}">{{ author.author }}</a><p>
{% endfor %}
<p>{{ page.introduction }}</p> <p>{{ page.introduction }}</p>
<section class="main-body"> <section class="main-body">
......
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