mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Add prefetching to sidebar links
This commit is contained in:
parent
bfc00a4b94
commit
bdd98e0276
2 changed files with 43 additions and 25 deletions
|
@ -6,9 +6,10 @@
|
|||
<!-- <title>TODO populate this based on the module's name, e.g. "Parser - roc/parser"</title> -->
|
||||
<!-- <meta name="description" content="TODO populate this based on the module's description"> -->
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="<!-- favicon.svg -->">
|
||||
<script type="text/javascript" src="<!-- search.js -->" defer></script>
|
||||
<link rel="icon" href="<!-- favicon.svg -->">
|
||||
<link rel="stylesheet" href="<!-- styles.css -->">
|
||||
<!-- Prefetch links -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue