Mercurial Hosting > luan
diff website/src/docs.html.luan @ 1324:1660136ac451
website - remove Shared.luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Feb 2019 22:38:46 -0700 |
parents | 3860ed4b8552 |
children |
line wrap: on
line diff
--- a/website/src/docs.html.luan Thu Feb 07 05:38:38 2019 -0700 +++ b/website/src/docs.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() @@ -15,7 +14,8 @@ </style> </head> <body> - <% Shared.header() %> + <div small><a href="/">Luan</a></div> + <h1>Luan Documentation</h1> <div link><a href="tutorial.html">Tutorial</a></div>