diff options
Diffstat (limited to '_includes/notes.html')
-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 25c8049..ad7e58d 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -9,10 +9,10 @@ <span class="badge">{{ note.subtitle }}</span> <span class="glyphicon glyphicon-file"></span> {{ note.title }} {% else %} - <h5 class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;"> + <h4 class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;"> <span>{{ note.title }}</span> <small>{{ note.subtitle }}</small> - </h5> + </h4> {% endif %} </a> {% endfor %} |