Skip to content

Instantly share code, notes, and snippets.

View lazyatom's full-sized avatar
🤠
Yes

James Adam lazyatom

🤠
Yes
View GitHub Profile
<h2>My recent links about boobs</h2>
<ul>
{% recent limit 10, tag 'boobs' do |link| %}
<li><a href="{{ link.href }}">{{ link.text }}</a></li>
{% endrecent %}
</ul>