Mercurial Hosting > luan
diff website/src/diff.html.luan @ 1324:1660136ac451
website - remove Shared.luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Feb 2019 22:38:46 -0700 |
parents | 5dbb552075ff |
children |
line wrap: on
line diff
--- a/website/src/diff.html.luan Thu Feb 07 05:38:38 2019 -0700 +++ b/website/src/diff.html.luan Thu Feb 07 22:38:46 2019 -0700 @@ -1,6 +1,5 @@ local Io = require "luan:Io.luan" local Http = require "luan:http/Http.luan" -local Shared = require "site:/Shared.luan" return function() @@ -16,7 +15,8 @@ </head> <body> -<% Shared.header() %> +<div small><a href="/">Luan</a></div> + <h1>How Luan differs from Lua</h1> <p>This document explains how Luan differs from <a href="http://www.lua.org">Lua</a> as described in the <a href="http://www.lua.org/manual/5.3/">Lua 5.3 Reference Manual</a>.</p>