summaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'html.rb')
-rwxr-xr-xhtml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index 5b8a9e2..fd944bd 100755
--- a/html.rb
+++ b/html.rb
@@ -4,7 +4,7 @@ require 'erb'
MEDIA_DIR = '/srv/media'
MEDIA_URL = 'https://media.pdp8.info'
WWW_DIR = '/srv/www/pdp8-test'
-SNIPPETS = File.join(File.dirname(__FILE__), 'snippets')
+SNIPPETS = File.join(File.dirname(__FILE__), 'html')
def nav(cat)
html = '<nav>'