git » jacl.git » commit d6f2c7f

fix page title

author Alan Dipert
2020-04-17 21:36:35 UTC
committer Alan Dipert
2020-04-17 21:36:35 UTC
parent 533d02d5cf2ecf44a096de688986a29f2b4e6679

fix page title

index.html.m4 +1 -1

diff --git a/index.html.m4 b/index.html.m4
index bb9f25d..b1af6a9 100644
--- a/index.html.m4
+++ b/index.html.m4
@@ -4,7 +4,7 @@
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <title>JavaScript Assisted Common Lisp</title>
+  <title>JACL: JavaScript Assisted Common Lisp</title>
   <link rel="stylesheet" href="style.css"/>
 </head>