From cf9bd91f6875c3289057f8d1a799c9beb1f5b268 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 5 Apr 2022 11:51:03 +0200 Subject: notes/bash: styling --- _notes/bash.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '_notes') diff --git a/_notes/bash.html b/_notes/bash.html index ea0cb8a..367ee03 100644 --- a/_notes/bash.html +++ b/_notes/bash.html @@ -2,6 +2,8 @@ title: Bash subtitle: best practices layout: plain +links: + - {rel: stylesheet, href: 'assets/css/bash.css'} features: - title: Arrays topics: @@ -133,12 +135,18 @@ features:
{% for guide in topic.do %} - {% highlight bash %}{{ guide }}{% endhighlight %} +
+ {% highlight bash %}{{ guide }}{% endhighlight %} +
+
{% endfor %}
{% for guide in topic.dont %} - {% highlight bash %}{{ guide }}{% endhighlight %} +
+ {% highlight bash %}{{ guide }}{% endhighlight %} +
+
{% endfor %}
-- cgit v1.2.3