diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 23:30:02 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 23:30:02 +0200 |
commit | aa300c7d9b24d81c3922b3c53c95e9a7f19dd601 (patch) | |
tree | 7ccb7815d4127b23267e43c565afd333960fa5a2 | |
parent | notes/makefile: redesign (diff) | |
download | blog-aa300c7d9b24d81c3922b3c53c95e9a7f19dd601.tar.gz blog-aa300c7d9b24d81c3922b3c53c95e9a7f19dd601.zip |
bash.css -> guides.css
-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 |