aboutsummaryrefslogtreecommitdiff
path: root/posts/static_sites_with_bash.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-02-03 13:42:14 +0000
committerAkshay <[email protected]>2020-02-03 13:42:14 +0000
commit60034ba047ab7856b68704a69b1fa1b734e3dfc2 (patch)
tree9059d2e10d93afaca31cb591e9a175c0426acd32 /posts/static_sites_with_bash.md
parentd032e7a1ae4ebfaeea9f9ec09fe70630b0c0a537 (diff)
fix links
Diffstat (limited to 'posts/static_sites_with_bash.md')
-rw-r--r--posts/static_sites_with_bash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/static_sites_with_bash.md b/posts/static_sites_with_bash.md
index 2a1cc92..62e43d8 100644
--- a/posts/static_sites_with_bash.md
+++ b/posts/static_sites_with_bash.md
@@ -41,7 +41,7 @@ id="$id.$ext"
41 41
42# copy to my file host 42# copy to my file host
43scp -P 443 "$1" emerald:files/"$id" 43scp -P 443 "$1" emerald:files/"$id"
44echo "https://files.nerdypepper.tech/$id" 44echo "https://u.peppe.rs/$id"
45``` 45```
46 46
47### Templating 47### Templating