Skip to content

Instantly share code, notes, and snippets.

@meglio
Created July 8, 2015 04:33
Show Gist options
  • Save meglio/7a63c1c243e3c118ae86 to your computer and use it in GitHub Desktop.
Save meglio/7a63c1c243e3c118ae86 to your computer and use it in GitHub Desktop.
Discourse Top 5 Last Month
{% for topic in data.topic_list.topics|slice(0,5) %}
<a target="_blank" href="https://meta.discourse.org/t/{{topic.slug}}/{{topic.id}}">
{{topic.title}}
</a>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment