diff website/src/tutorial.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/tutorial.html.luan	Thu Feb 07 05:38:38 2019 -0700
+++ b/website/src/tutorial.html.luan	Thu Feb 07 22:38:46 2019 -0700
@@ -1,7 +1,6 @@
 local Io = require "luan:Io.luan"
 local Html = require "luan:Html.luan"
 local Http = require "luan:http/Http.luan"
-local Shared = require "site:/Shared.luan"
 
 
 return function()
@@ -17,7 +16,8 @@
 </head>
 <body>
 
-<% Shared.header() %>
+<div small><a href="/">Luan</a></div>
+
 <h1>Luan Tutorial</h1>