Skip to content

Commit 9ac3647

Browse files
committed
Make Macro title clickable
... go back to homepage. Also some indent fix.
1 parent 59abc46 commit 9ac3647

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Sources/express-simple/main.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import cows // @AlwaysRightInstitute
1414
let app = express()
1515

1616
app.use(
17-
logger("dev"),
18-
bodyParser.urlencoded(),
19-
cookieParser(),
20-
session(),
21-
serveStatic(__dirname() + "/public")
17+
logger("dev"),
18+
bodyParser.urlencoded(),
19+
cookieParser(),
20+
session(),
21+
serveStatic(__dirname() + "/public")
2222
)
2323

2424
// MARK: - Express Settings

Sources/express-simple/views/header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="panel">
2525
<a href="/"><img align="right" src="images/logo256x256.png"
2626
width="128" height="128" /></a>
27-
<h2>Macro</h2>
27+
<h2><a href="/">Macro</a></h2>
2828
<blockquote>{{tagline}}</blockquote>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)