diff options
author | Case Duckworth | 2024-03-11 23:08:47 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-11 23:08:47 -0500 |
commit | 9959bc5c0ef1997a158af21af95d86b6c29b982e (patch) | |
tree | 4a31d4ee82042517bc9794ce3c95979f004b296b | |
parent | Add okfile (diff) | |
download | ll-9959bc5c0ef1997a158af21af95d86b6c29b982e.tar.gz ll-9959bc5c0ef1997a158af21af95d86b6c29b982e.zip |
Update base_url
-rwxr-xr-x | ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ll b/ll index cd3fee2..6ce90db 100755 --- a/ll +++ b/ll | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Config | 3 | # Config |
4 | BASE_URL=. | 4 | BASE_URL=https://www.acdw.net/lists |
5 | SITE_TITLE="a listlog" | 5 | SITE_TITLE="a listlog" |
6 | SITE_COPYRIGHT="Case Duckworth" | 6 | SITE_COPYRIGHT="Case Duckworth" |
7 | BACK_LINK=index.html,back | 7 | BACK_LINK=index.html,back |