{block:following}<div id=”following”>
{block:followed}
<a href=”{followedurl}”><img src=”{FollowedPortraitURL-16}” alt=”{followedname}” /></a>
{/block:followed}
</div>{/block:following}
I am considering removing my followed list from my site for load-time reasons, but I want to still have the CSS code in the template in case I want to reactivate it again. Does anyone know how to prevent the above code from displaying but without completely deleting it? I’ve tried variations of /* and */ to no avail.
Why don’t you just save the whole template in notepad and keep it around in case you don’t like the change?
use !— at the start and — at the end
HTML Comments use different characters. Try