Skip to content

Instantly share code, notes, and snippets.

View nerlandsonUSCS's full-sized avatar

nerlandsonUSCS

View GitHub Profile
@moderatorwes
moderatorwes / zendesk.html
Created November 9, 2016 16:34
Zendesk: Redirect Category Links using {{curlybars}}
<!-- Grab the id of the category and insert into the is statement. This code is from the Copenhagen Theme-->
<li class="blocks-item">
{{#is id 204259447}}
<a href="/hc/communities/public/topics" class="blocks-item-link">
<h4 class="blocks-item-title">{{name}}</h4>
<p class="blocks-item-description">{{excerpt description}}</p>
</a>
{{else}}
<a href='{{url}}' class="blocks-item-link">
<h4 class="blocks-item-title">{{name}}</h4>