|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <title>Calcit Language</title>
|
7 |
| - <link rel="icon" type="image/png" href="//cdn.tiye.me/logo/calcit.png"/> |
| 7 | + <meta name="description" content="Calcit is a Lisp-inspired programming language that compiles to JavaScript ES Modules. It features an interpreter, hot code swapping, pattern matching, persistent data structures, and an indentation-based syntax."> |
| 8 | + <meta name="keywords" content="Calcit, Lisp, JavaScript, ES Modules, functional programming, hot code swapping, pattern matching, persistent data, indentation-based syntax, ClojureScript"> |
| 9 | + <meta property="og:title" content="Calcit Language"> |
| 10 | + <meta property="og:description" content="Discover Calcit, a Lisp-inspired language compiling to JavaScript ES Modules, offering hot code swapping, pattern matching, and more."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:image" content="https://cdn.tiye.me/logo/calcit.png"> |
| 13 | + <meta name="twitter:card" content="summary"> |
| 14 | + <meta name="twitter:title" content="Calcit Language"> |
| 15 | + <meta name="twitter:description" content="Explore Calcit, a modern Lisp for JavaScript ES Modules development with features like hot code swapping and persistent data."> |
| 16 | + <meta name="twitter:image" content="https://cdn.tiye.me/logo/calcit.png"> |
| 17 | + <link rel="icon" type="image/png" href="https://cdn.tiye.me/logo/calcit.png"/> |
8 | 18 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
|
9 |
| - <link rel="stylesheet" type="text/css" href="//cdn.tiye.me/favored-fonts/main-fonts.css"> |
| 19 | + <link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css"> |
10 | 20 | <link rel="stylesheet" type="text/css" href="./assets/main.css">
|
11 | 21 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
12 | 22 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-B8FBEGXH0K"></script>
|
|
0 commit comments