Remove startbootstrap linking from modals (#148)

This commit is contained in:
Kiran 2022-09-01 17:01:48 +01:00 committed by GitHub
parent 28bb2f9ecd
commit cb09807798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

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