Created
July 8, 2015 04:33
-
-
Save meglio/7a63c1c243e3c118ae86 to your computer and use it in GitHub Desktop.
Discourse Top 5 Last Month
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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