diff website/src/pil.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/pil.html.luan	Thu Feb 07 05:38:38 2019 -0700
+++ b/website/src/pil.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>Programming in Lua</h1>
 
 		<p>Even though <a href="http://www.lua.org/pil/">Programming in Lua</a> is about Lua, not Luan, it still serves as an excellent introduction to Luan since the languages are so close.</p>