diff website/src/install.html.luan @ 1927:1461449b6074 default tip

add learn.html
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Apr 2025 20:06:58 -0600
parents 8c637b047a42
children
line wrap: on
line diff
--- a/website/src/install.html.luan	Wed Apr 23 15:34:48 2025 -0600
+++ b/website/src/install.html.luan	Wed Apr 23 20:06:58 2025 -0600
@@ -4,7 +4,7 @@
 local Http = require "luan:http/Http.luan"
 local Shared = require "site:/lib/Shared.luan"
 local head = Shared.head or error()
-local header = Shared.header or error()
+local header = Shared.docs_header or error()
 
 
 return function()