updated portfolio page layouts and added client hrefs
This commit is contained in:
parent
4dcf9b12fa
commit
f52c147ced
9 changed files with 31 additions and 35 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue