view website/src/Shared.luan @ 769:c5f5b655f1f7

allow spaces in theme tags
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 10 Aug 2016 23:37:23 -0600
parents 7cc9d4a53d3b
children bae2d0c2576c
line wrap: on
line source

local M = {}

function M.header() %>
	<div small><a href="/">Luan</a></div>
<% end

return M