updated portfolio page layouts and added client hrefs

This commit is contained in:
developtheweb 2021-04-10 20:56:30 -04:00
parent 4dcf9b12fa
commit f52c147ced
9 changed files with 31 additions and 35 deletions

View file

@ -21,19 +21,19 @@
<ul class="list-inline item-details">
{% if post.client %}
<li>Client:
<strong><a href="http://startbootstrap.com">{{ post.client }}</a>
<strong>{{ post.client }}
</strong>
</li>
{% endif %}
{% if post.project-date %}
<li>Date:
<strong><a href="http://startbootstrap.com">{{ post.project-date }}</a>
<strong>{{ post.project-date }}
</strong>
</li>
{% endif %}
{% if post.category %}
<li>Service:
<strong><a href="http://startbootstrap.com">{{ post.category }}</a>
<strong>{{ post.category }}
</strong>
</li>
{% endif %}