diff options
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-x | create-webring.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-webring.sh b/create-webring.sh index 1f30dcc..52f4e15 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -6,4 +6,4 @@ openring \ -s https://stallman.org/rss/rss.xml \ -s https://www.eff.org/rss/updates.xml \ < webring.template \ - > _includes/custom-webring.html + > layouts/partials/custom-webring.html |