mark submissions with opened links
[edumed.git] / catalogue / templates / catalogue / latest_blog_posts.html
index d2c90e1..e9eb109 100755 (executable)
@@ -1,5 +1,5 @@
-<ol>
+<ol class="link-list">
 {% for post in posts %}
     <li><a href="{{ post.link }}">{{ post.title }}</a></li>
 {% endfor %}
-</ol>
\ No newline at end of file
+</ol>