mirror of
https://github.com/RealOrangeOne/RealOrangeOne.git
synced 2024-11-21 20:49:32 +00:00
Make it clear what the tag is
This commit is contained in:
parent
dff6c273a0
commit
593be1d990
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -22,10 +22,10 @@
|
||||||
## Recent notes
|
## Recent notes
|
||||||
|
|
||||||
|
|
||||||
- [Navigate mkdocs by tag](https://notes.theorangeone.net/notes/mkdocs-nav-by-tag/) `Mkdocs` - (2024-02-17)
|
- [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)
|
- [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)
|
- [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)
|
- [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)
|
- [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/)
|
:pencil2: View more: [note.theorangeone.net](https://notes.theorangeone.net/)
|
|
@ -19,7 +19,7 @@
|
||||||
## Recent notes
|
## Recent notes
|
||||||
|
|
||||||
{% for note in 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 %}
|
{%- endfor %}
|
||||||
|
|
||||||
:pencil2: View more: [note.theorangeone.net](https://notes.theorangeone.net/)
|
:pencil2: View more: [note.theorangeone.net](https://notes.theorangeone.net/)
|
||||||
|
|
Loading…
Reference in a new issue