add author field to individual app page

This commit is contained in:
Bex Warner
2017-08-06 19:53:37 -07:00
parent 0a21c8e21f
commit 55be879786

View File

@@ -70,6 +70,10 @@ layout: default
<p>
<a class="text-inherit" href="https://github.com/{{ page.repository }}">{{ page.repository }}</a>
</p>
<h4 class="mb-1 alt-h4 text-gray">Authot</h4>
<p>
<a class="text-inherit" href="https://github.com/{{ page.author }}">{{ page.author }}</a>
</p>
</div>
</div>
</div>