diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/notes.html b/_includes/notes.html index 7783490..54055d7 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -8,9 +8,9 @@ </div> {% for note in note_list %} <a href="{{ note.url | relative_url }}" class="list-group-item"> - <h5 class="list-group-item-heading post-header"> + <h5 class="list-group-item-heading flex-header"> <span>{{ note.title }}</span> - <small class="post-date"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> + <small class="flex-header-right"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> </h5> </a> {% endfor %} |