fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new question
[edumed.git]
/
catalogue
/
templates
/
catalogue
/
latest_blog_posts.html
diff --git
a/catalogue/templates/catalogue/latest_blog_posts.html
b/catalogue/templates/catalogue/latest_blog_posts.html
index
d2c90e1
..
e9eb109
100755
(executable)
--- a/
catalogue/templates/catalogue/latest_blog_posts.html
+++ b/
catalogue/templates/catalogue/latest_blog_posts.html
@@
-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>