Mercurial Hosting > luan
diff website/src/pil.html.luan @ 1652:d5779a264a4a
docs work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Mar 2022 19:04:59 -0600 |
parents | 5b8f056527a3 |
children | 50e570b598b2 |
line wrap: on
line diff
--- a/website/src/pil.html.luan Thu Mar 31 16:13:32 2022 -0600 +++ b/website/src/pil.html.luan Thu Mar 31 19:04:59 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 header = Shared.header or error() +local docs_header = Shared.docs_header or error() return function() @@ -17,7 +17,7 @@ <title>Programming in Lua</title> </head> <body> -<% header{[[<a href="docs.html">Documentation</a>]]} %> +<% docs_header() %> <div content> <h1>Programming in Lua</h1>