diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:01:23 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:01:23 +0200 |
commit | 87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251 (patch) | |
tree | d91e181b6c8e5901cc9b540fb7141d38fcf909a1 | |
parent | bump jekyll-theme (diff) | |
download | blog-87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251.tar.gz blog-87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251.zip |
notes: sidebar styling
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _includes/notes.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 5dd9c64..54faec1 100644 --- a/_config.yml +++ b/_config.yml @@ -53,7 +53,7 @@ repository: egor-tensin/blog # jekyll-paginate paginate: 10 # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@7232daee2c5268cbce9191813fd4d7bde9633e59 +remote_theme: egor-tensin/jekyll-theme@f72064b4b22a9f4f60c26235d552b410e84b2cfc # Theme settings settings: diff --git a/_includes/notes.html b/_includes/notes.html index 79c4de9..cb5e93a 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>{{ note.title }}</span> + <span class="text-monospace">{{ note.title }}</span> <small>{{ note.subtitle }}</small> </{{ h }}> </a> |