diff options
-rw-r--r-- | _notes/bash.html | 2 | ||||
-rw-r--r-- | _notes/gdb.md | 2 | ||||
-rw-r--r-- | _notes/makefile.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_notes/bash.html b/_notes/bash.html index f636db3..c401522 100644 --- a/_notes/bash.html +++ b/_notes/bash.html @@ -1,5 +1,5 @@ --- -title: Bash +title: bash subtitle: best practices layout: nosidebar links: diff --git a/_notes/gdb.md b/_notes/gdb.md index d634879..47db5c9 100644 --- a/_notes/gdb.md +++ b/_notes/gdb.md @@ -1,5 +1,5 @@ --- -title: GDB +title: gdb subtitle: cheat sheet links: - {rel: stylesheet, href: 'assets/css/gdb.css'} diff --git a/_notes/makefile.md b/_notes/makefile.md index 0951bc2..b35aea2 100644 --- a/_notes/makefile.md +++ b/_notes/makefile.md @@ -1,5 +1,5 @@ --- -title: Makefile +title: make subtitle: best practices layout: nosidebar links: |