diff src/index.html.luan @ 3:43814e9f5802

add config
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Oct 2023 22:52:41 -0600
parents d19b150ecb83
children 62dd23f0b549
line wrap: on
line diff
--- a/src/index.html.luan	Sat Oct 21 21:29:56 2023 -0600
+++ b/src/index.html.luan	Sat Oct 21 22:52:41 2023 -0600
@@ -6,6 +6,7 @@
 local head = Shared.head or error()
 local header = Shared.header or error()
 local footer = Shared.footer or error()
+local Config = require "site:/lib/Config.luan"
 
 
 return function()