diff --git a/README.md b/README.md index 641a3ad..49acb19 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ ## Recent notes -- [Navigate mkdocs by tag](https://notes.theorangeone.net/notes/mkdocs-nav-by-tag/) `Mkdocs` - (2024-02-17) -- [Stop saving bash history](https://notes.theorangeone.net/notes/shell/stop-saving-history/) `Shell` - (2022-11-02) -- [Monitor redis commands](https://notes.theorangeone.net/notes/database/redis-monitor/) `Redis` - (2022-09-30) -- [Get credentials for an assumed role](https://notes.theorangeone.net/notes/infrastructure/assume-role-credentials/) `AWS` - (2022-09-13) -- [Downmixing audio channels](https://notes.theorangeone.net/notes/shell/ffmpeg-downmixing-audio/) `Media` - (2021-10-27) +- [Navigate mkdocs by tag](https://notes.theorangeone.net/notes/mkdocs-nav-by-tag/) `#Mkdocs` - (2024-02-17) +- [Stop saving bash history](https://notes.theorangeone.net/notes/shell/stop-saving-history/) `#Shell` - (2022-11-02) +- [Monitor redis commands](https://notes.theorangeone.net/notes/database/redis-monitor/) `#Redis` - (2022-09-30) +- [Get credentials for an assumed role](https://notes.theorangeone.net/notes/infrastructure/assume-role-credentials/) `#AWS` - (2022-09-13) +- [Downmixing audio channels](https://notes.theorangeone.net/notes/shell/ffmpeg-downmixing-audio/) `#Media` - (2021-10-27) :pencil2: View more: [note.theorangeone.net](https://notes.theorangeone.net/) \ No newline at end of file diff --git a/README.md.j2 b/README.md.j2 index 83a7181..350a630 100644 --- a/README.md.j2 +++ b/README.md.j2 @@ -19,7 +19,7 @@ ## Recent notes {% for note in recent_notes %} -- [{{ note.title }}]({{ note.link }}) {% for tag in note.tags %}`{{ tag }}`{% if not loop.last %} {% endif %}{% endfor %} - ({{ note.published }}) +- [{{ note.title }}]({{ note.link }}) {% for tag in note.tags %}`#{{ tag }}`{% if not loop.last %} {% endif %}{% endfor %} - ({{ note.published }}) {%- endfor %} :pencil2: View more: [note.theorangeone.net](https://notes.theorangeone.net/)