From 2c4c2fd49c8cf67ac2429bc5a91dc33887d8baf7 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 4 Oct 2016 17:21:57 +1100 Subject: [PATCH] Use a Jekyll template to reference the script, rather than a symlink, so it doesn't break when built --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 120000 => 100644 index.html diff --git a/index.html b/index.html deleted file mode 120000 index 523e4a4..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -.local/bin/dots \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a3b630f --- /dev/null +++ b/index.html @@ -0,0 +1,4 @@ +--- +--- +{% include_relative .local/bin/dots %} +#