Configure Express and add public files

This commit is contained in:
Rowan Manning
2013-09-16 09:05:00 +01:00
parent f951f7c734
commit 8d4f79128d
3 changed files with 26 additions and 1 deletions

View File

@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{lang}}">
<head>
<meta charset="utf-8"/>
<title>{{block "title"}}</title>
<meta name="description" content="{{block "description"}}"/>
<link rel="stylesheet" href="/example.css"/>
</head>
<body>