Skip to content

Commit f62a47b

Browse files
committed
fix a bunch of stuff
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
1 parent 3ed0a6a commit f62a47b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Notes
22
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)](https://pre-commit.com/)
33
[![task](https://img.shields.io/badge/Task-Enabled-brightgreen?style=for-the-badge&logo=task&logoColor=white)](https://taskfile.dev/#/)
4-
[![ci](https://img.shields.io/github/workflow/status/nicholaswilde/notes/ci?label=ci&logo=github&style=for-the-badge)](https://github.com/nicholaswilde/notes/actions/workflows/ci.yaml)
4+
[![ci](https://img.shields.io/github/actions/workflow/status/nicholaswilde/notes/ci.yaml?label=ci&style=for-the-badge&branch=main)](https://github.com/nicholaswilde/notes/actions/workflows/ci.yaml)
55

66
My notes on various things
77

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nav:
5050
- Task: task.md
5151
- Ubuntu: ubuntu.md
5252
- Windows 11: w11.md
53-
- yq: yk.md
53+
- yq: yq.md
5454
- Yubikey: yubikey.md
5555
- Archive:
5656
- Bitwarden: bitwarden.md
@@ -125,8 +125,8 @@ markdown_extensions:
125125
- pymdownx.critic
126126
- pymdownx.details
127127
- pymdownx.emoji:
128-
emoji_index: !!python/name:materialx.emoji.twemoji
129-
emoji_generator: !!python/name:materialx.emoji.to_svg
128+
emoji_index: !!python/name:material.extensions.emoji.twemoji
129+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
130130
- pymdownx.highlight
131131
- pymdownx.inlinehilite
132132
- pymdownx.keys

0 commit comments

Comments
 (0)