77 <meta name =" description" content =" Install Go binaries—without Go." />
88 <meta property =" og:image" content =" /opengraph-image.jpg" />
99 <link rel =" stylesheet" href =" /style.css" />
10+
1011 <title >Goblin</title >
1112
1213 <script
9394
9495 <nav
9596 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"
9798 style =" --from : -10px ; --delay : 5 "
9899 >
99100 <a href =" #" aria-label =" Goto top of the page" >
@@ -170,15 +171,15 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
170171 </p >
171172
172173 <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 " >
175176 <button
176177 @click =" () => {
177178 $data.copied = true
178179 setTimeout(() => { $data.copied = false }, 1500)
179180 $clipboard('curl -sf http://goblin.run/github.com/rakyll/hey | sh')
180181 }"
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"
182183 >
183184 <template x-if =" $data.copied" >
184185 <svg
@@ -226,28 +227,28 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
226227 <div style =" --delay : 2 " >
227228 <a
228229 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"
230231 >Get Started</a
231232 >
232233 </div >
233234 </section >
234235
235236 <article id =" introduction" >
236237 <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"
238239 >
239240 If you get value from using Goblin, please consider
240241 <a href =" https://github.com/sponsors/barelyhuman" class =" link"
241242 ><b >donating</b ></a
242243 >. This helps cover server costs and supports my open source work.
243244 </p >
244245
245- {{ .Content }}
246+ {{ content | safe }}
246247 </article >
247248 </main >
248249
249250 <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" >
251252 <a
252253 href =" https://github.com/barelyhuman/goblin"
253254 class =" text-sm transition text-subtle hover:text-text"
@@ -262,4 +263,4 @@ <h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
262263 </div >
263264 </footer >
264265 </body >
265- </ html >
266+ </html >
0 commit comments