diff options
-rw-r--r-- | _notes/bash.html | 2 | ||||
-rw-r--r-- | _notes/makefile.md | 2 | ||||
-rw-r--r-- | assets/css/guides.css (renamed from assets/css/bash.css) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/_notes/bash.html b/_notes/bash.html index a11abaf..c401522 100644 --- a/_notes/bash.html +++ b/_notes/bash.html @@ -3,7 +3,7 @@ title: bash subtitle: best practices layout: nosidebar links: - - {rel: stylesheet, href: 'assets/css/bash.css'} + - {rel: stylesheet, href: 'assets/css/guides.css'} features: - title: Script header topics: diff --git a/_notes/makefile.md b/_notes/makefile.md index 2c01406..0951bc2 100644 --- a/_notes/makefile.md +++ b/_notes/makefile.md @@ -3,7 +3,7 @@ title: Makefile subtitle: best practices layout: nosidebar links: - - {rel: stylesheet, href: 'assets/css/bash.css'} + - {rel: stylesheet, href: 'assets/css/guides.css'} features: - note: This should go on top of every Makefile. sections: diff --git a/assets/css/bash.css b/assets/css/guides.css index 2b1665c..2b1665c 100644 --- a/assets/css/bash.css +++ b/assets/css/guides.css |