aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 02:32:33 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 02:32:33 +0000
commit22a21c142fd10f4caf0b89478f44bb4030f0c11b (patch)
tree4e581597fe7486b5ee21f605ce8acd0ba3163bd2 /_posts
parentbind-mounts: rename the file (diff)
downloadblog-22a21c142fd10f4caf0b89478f44bb4030f0c11b.tar.gz
blog-22a21c142fd10f4caf0b89478f44bb4030f0c11b.zip
use "remote" Jekyll theme
I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
Diffstat (limited to '')
-rw-r--r--_posts/2020-02-24-ssh-tunnel-windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2020-02-24-ssh-tunnel-windows.md b/_posts/2020-02-24-ssh-tunnel-windows.md
index a847ff4..3e53e22 100644
--- a/_posts/2020-02-24-ssh-tunnel-windows.md
+++ b/_posts/2020-02-24-ssh-tunnel-windows.md
@@ -145,8 +145,8 @@ service to restart if `ssh` fails:
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-6">
- <a href="{{ site.baseurl }}/img/ssh_tunnel_services.png" class="thumbnail">
- <img class="img-responsive" alt="services.msc" src="{{ site.baseurl }}/img/ssh_tunnel_services.png">
+ <a href="{{ site.baseurl }}/assets/img/ssh_tunnel_services.png" class="thumbnail">
+ <img class="img-responsive" alt="services.msc" src="{{ site.baseurl }}/assets/img/ssh_tunnel_services.png">
</a>
</div>
</div>