Skip to content

Commit

Permalink
If no tech exists then remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
mckeever02 committed Feb 22, 2019
1 parent a0cbf92 commit df874e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ <h1 class="f2-m f1-l serif fw-9 black lh-title mb1">{{ page.title }}{% if page.s
<h3 class="f8 gray ttu tracked ma0">Role</h3>
<p class="mt1 lh-copy">{{ page.role | join: ', ' }}</p>
</div>
{% if page.tech %}
<div class="mb4">
<h3 class="f8 gray ttu tracked ma0">Technologies</h3>
<p class="mt1 lh-copy">{{ page.tech | join: ', ' }}</p>
</div>
{% endif %}
<div class="mb4">
<h3 class="f8 gray ttu tracked ma0">Date</h3>
<p class="mt1 lh-copy">{{page.date | date: "%B %Y"}}</p>
Expand Down

0 comments on commit df874e5

Please sign in to comment.