diff website/src/tutorial.html.luan @ 1735:4b56eff90040

add hosting.html
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 02 Oct 2022 17:32:00 -0600
parents 500c706ed4ea
children
line wrap: on
line diff
--- a/website/src/tutorial.html.luan	Sun Sep 18 15:38:27 2022 -0600
+++ b/website/src/tutorial.html.luan	Sun Oct 02 17:32:00 2022 -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 docs_header = Shared.docs_header or error()
+local header = Shared.docs_header or error()
 
 
 return function()
@@ -17,7 +17,7 @@
 		<title>Luan Tutorial</title>
 	</head>
 	<body>
-<%		docs_header() %>
+<%		header() %>
 		<div content>
 
 <h1>Luan Tutorial</h1>