Use a Jekyll template to reference the script, rather than a symlink, so it doesn't break when built
This commit is contained in:
parent
4a3206301c
commit
2c4c2fd49c
1 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
.local/bin/dots
|
4
index.html
Normal file
4
index.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
---
|
||||
{% include_relative .local/bin/dots %}
|
||||
# <style>body { white-space: pre-wrap; font-family: monospace; }</style>
|
Loading…
Reference in a new issue