Remove startbootstrap linking from modals (#148)
This commit is contained in:
parent
28bb2f9ecd
commit
cb09807798
|
@ -21,20 +21,17 @@
|
||||||
<ul class="list-inline item-details">
|
<ul class="list-inline item-details">
|
||||||
{% if post.client %}
|
{% if post.client %}
|
||||||
<li>Client:
|
<li>Client:
|
||||||
<strong><a href="http://startbootstrap.com">{{ post.client }}</a>
|
<strong>{{ post.client }}</strong>
|
||||||
</strong>
|
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.project-date %}
|
{% if post.project-date %}
|
||||||
<li>Date:
|
<li>Date:
|
||||||
<strong><a href="http://startbootstrap.com">{{ post.project-date }}</a>
|
<strong>{{ post.project-date }}</strong>
|
||||||
</strong>
|
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.category %}
|
{% if post.category %}
|
||||||
<li>Service:
|
<li>Service:
|
||||||
<strong><a href="http://startbootstrap.com">{{ post.category }}</a>
|
<strong>{{ post.category }}</strong>
|
||||||
</strong>
|
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue