Skip to content

Commit

Permalink
Remove reduncant code comment testing shared hosting category
Browse files Browse the repository at this point in the history
  • Loading branch information
hanopcan committed Jun 14, 2024
1 parent 10e720f commit 6d414be
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ <h4 class="inline-block mb-0 font-bold text-xl">
{% for service in obj.services.all %}
<li class="service-label inline-block">{{ service.name }}</li>
{% endfor %}

{% comment %}
Every host in our directory used to at least offer shared hosting.
Below is a placeholder to see how it would look with live data.
{% else %}
<li class="service-label inline-block">Compute: Shared Hosting for Websites</li>
{% endcomment %}
</ul>
{% endif %}

Expand Down

0 comments on commit 6d414be

Please sign in to comment.