Sync updated at from repo too

This commit is contained in:
Brandon Keepers
2017-08-20 09:11:20 -05:00
parent 09aadcfe0c
commit c66dfec757
9 changed files with 12 additions and 5 deletions

View File

@@ -46,9 +46,6 @@ layout: default
</div>
</div>
<div class="flex-column col-3">
<h4 class="mb-1 alt-h4 text-gray">Updated</h4>
<p><span class="text-white">June 12, 2017</p>
<h4 class="mb-1 alt-h4 text-gray">Repository</h4>
<p>
<a class="text-inherit" href="https://github.com/{{ page.repository }}">{{ page.repository }}</a>
@@ -57,6 +54,8 @@ layout: default
<p>
<a class="text-inherit" href="https://github.com/{{ page.author }}">{{ page.author }}</a>
</p>
<h4 class="mb-1 alt-h4 text-gray">Updated</h4>
<p><span class="text-white">{{ page.updated | date: "%B %e, %Y"}}</p>
</div>
</div>
</div>