summaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
committerpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
commitac90ab7c69b35546135cacf9ed2ed98261047dac (patch)
tree0eac8141030f85525ec56dbee3dea90ea4a5c600 /html.rb
parenta3ab009e96db2269dcf3f6dd1c103aa885186ee4 (diff)
mail and social
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>'