We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59abc46 commit 9ac3647Copy full SHA for 9ac3647
Sources/express-simple/main.swift
@@ -14,11 +14,11 @@ import cows // @AlwaysRightInstitute
14
let app = express()
15
16
app.use(
17
- logger("dev"),
18
- bodyParser.urlencoded(),
19
- cookieParser(),
20
- session(),
21
- serveStatic(__dirname() + "/public")
+ logger("dev"),
+ bodyParser.urlencoded(),
+ cookieParser(),
+ session(),
+ serveStatic(__dirname() + "/public")
22
)
23
24
// MARK: - Express Settings
Sources/express-simple/views/header.mustache
@@ -24,7 +24,7 @@
<div class="panel">
25
<a href="/"><img align="right" src="images/logo256x256.png"
26
width="128" height="128" /></a>
27
- <h2>Macro</h2>
+ <h2><a href="/">Macro</a></h2>
28
<blockquote>{{tagline}}</blockquote>
29
</div>
30
0 commit comments