diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 37a353b..cba94e8 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -29,7 +29,7 @@ function showPost(id) { | |||
29 | <div class="date">31/07 2019</div> | 29 | <div class="date">31/07 2019</div> |
30 | <a href="#bash_harder_with_vim.md" class="post-link" onClick="showPost('bash_harder_with_vim.md')">Bash Harder With Vim</a> | 30 | <a href="#bash_harder_with_vim.md" class="post-link" onClick="showPost('bash_harder_with_vim.md')">Bash Harder With Vim</a> |
31 | <div id="bash_harder_with_vim.md" class="post-text" style="display: block"> | 31 | <div id="bash_harder_with_vim.md" class="post-text" style="display: block"> |
32 | <p>Bash is tricky, dont let your editor get in your way. Here’s a couple of neat | 32 | <p>Bash is tricky, don’t let your editor get in your way. Here’s a couple of neat |
33 | addtions you could make to your <code>vimrc</code> for a better shell programming | 33 | addtions you could make to your <code>vimrc</code> for a better shell programming |
34 | experience.</p> | 34 | experience.</p> |
35 | 35 | ||