Skip to content

Commit b409716

Browse files
committed
Update description
1 parent a1c1989 commit b409716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.html.p

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
◊(require string-interpolation)
22

33
◊(define title "Tü.λ—Functional Programming Night Tübingen")
4-
◊(define description "What if... we just take the best parts of programming and see where this leads us?")
4+
◊(define description "What if... we just take the best parts of programming and see where that leads us?")
55
◊(define image-path "")
66
◊(define url "https://tu-lambda.github.io/")
77
◊(define icon-path "")
@@ -34,7 +34,7 @@
3434
<meta name="description" content="◊|description|" >
3535
<link rel="icon" type="image/x-icon" href="◊|icon-path|">
3636

37-
<link rel="stylesheet" href="fonts.css">
37+
<link rel="stylesheet" href="fonts.css">
3838
<script src="https://cdn.tailwindcss.com"></script>
3939
<script src="main.js"></script>
4040
</head>

0 commit comments

Comments
 (0)