Skip to content

Instantly share code, notes, and snippets.

View muthulakshmipillai's full-sized avatar

muthulakshmipillai

View GitHub Profile
@muthulakshmipillai
muthulakshmipillai / gist:7196764
Created October 28, 2013 13:27
Sample sidebar to display recent 5 articles in Freshdesk custom theme
<!-- Sidebar Sample A shows last 5 articles from the folder of current article -->
{% if article.folder.articles_count > 0 %}
<section class="sidebar content rounded-6">
<div class="cs-g-c">
<section class="article-list">
<h3 class="list-lead">
More articles in
<span class="folder-name">{{ article.folder.name | h}}</span>
</h3>
{{ article.folder | article_list: 10, article }}