7
7
<meta name =" description" content =" Install Go binaries—without Go." />
8
8
<meta property =" og:image" content =" /opengraph-image.jpg" />
9
9
<link rel =" stylesheet" href =" /style.css" />
10
+
10
11
<title >Goblin</title >
11
12
12
13
<script
93
94
94
95
<nav
95
96
aria-label =" Primary navigation"
96
- class ="flex justify-between items-center mx-auto animate-kids fade-in-y h-header-height max-w-content px-page-gutter "
97
+ class =" flex items-center justify-between mx-auto animate-kids fade-in-y h-header-height max-w-content px-page-gutter"
97
98
style =" --from : -10px ; --delay : 5 "
98
99
>
99
100
<a href =" #" aria-label =" Goto top of the page" >
@@ -170,15 +171,15 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
170
171
</p >
171
172
172
173
<div style =" --delay : 1 " class =" relative" >
173
- < pre > < code class ="language-command "> curl -sf http://goblin.run /github.com/rakyll/hey | sh</ code > </ pre >
174
- < div class ="flex absolute inset-y-0 right-3 items-center ">
174
+ <pre ><code class =" language-command" >curl -sf {{ meta . originUrl }} /github.com/rakyll/hey | sh</code ></pre >
175
+ <div class =" absolute inset-y-0 flex items-center right-3 " >
175
176
<button
176
177
@click =" () => {
177
178
$data.copied = true
178
179
setTimeout(() => { $data.copied = false }, 1500)
179
180
$clipboard('curl -sf http://goblin.run/github.com/rakyll/hey | sh')
180
181
}"
181
- class ="flex justify -center items -center w-7 h-7 rounded shadow transition-all cursor-copy bg-base text-subtle hover:text-text hover:shadow-md "
182
+ class =" flex items -center justify -center transition-all rounded shadow w-7 h-7 cursor-copy bg-base text-subtle hover:text-text hover:shadow-md"
182
183
>
183
184
<template x-if =" $data.copied" >
184
185
<svg
@@ -226,28 +227,28 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
226
227
<div style =" --delay : 2 " >
227
228
<a
228
229
href =" #introduction"
229
- class ="inline-flex px-6 py-3 text-sm font-semibold bg-gradient-to-br rounded-md transition-shadow from-primary to-secondary text-surface hover:shadow "
230
+ class =" inline-flex px-6 py-3 text-sm font-semibold transition-shadow rounded-md bg-gradient-to-br from-primary to-secondary text-surface hover:shadow"
230
231
>Get Started</a
231
232
>
232
233
</div >
233
234
</section >
234
235
235
236
<article id =" introduction" >
236
237
<p
237
- class ="p-3 text-sm font-medium rounded-md border border-primary bg-primary/10 text-primary sm:p-6 "
238
+ class =" p-3 text-sm font-medium border rounded-md border-primary bg-primary/10 text-primary sm:p-6"
238
239
>
239
240
If you get value from using Goblin, please consider
240
241
<a href =" https://github.com/sponsors/barelyhuman" class =" link"
241
242
><b >donating</b ></a
242
243
>. This helps cover server costs and supports my open source work.
243
244
</p >
244
245
245
- {{ .Content }}
246
+ {{ content | safe }}
246
247
</article >
247
248
</main >
248
249
249
250
<footer class =" mx-auto mt-page-top max-w-content px-page-gutter" >
250
- < div class ="flex gap-3 justify-between items-center py-6 border-t ">
251
+ <div class =" flex items-center justify-between gap-3 py-6 border-t" >
251
252
<a
252
253
href =" https://github.com/barelyhuman/goblin"
253
254
class =" text-sm transition text-subtle hover:text-text"
@@ -262,4 +263,4 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
262
263
</div >
263
264
</footer >
264
265
</body >
265
- </ html >
266
+ </html >
0 commit comments