diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/notes.html b/_includes/notes.html index 7a1a0a9..4b739af 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -15,7 +15,7 @@ {% for note in note_list %} <a href="{{ note.url | relative_url }}" class="list-group-item"> <{{ h }} class="list-group-item-heading post-header"> - <span class="text-monospace">{{ note.title }}</span> + <span>{{ note.title }}</span> <small class="post-date"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> </{{ h }}> </a> |