From 3503b48a04a1dcc9a7b49b848e7507597923c1d6 Mon Sep 17 00:00:00 2001 From: Akmal Date: Thu, 7 Mar 2024 16:18:17 +0700 Subject: [PATCH] Use pico.css v1 in homepage --- views/home.jade | 2 +- views/home.jade.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/home.jade b/views/home.jade index d0d5f51..db83a63 100644 --- a/views/home.jade +++ b/views/home.jade @@ -14,7 +14,7 @@ html(lang="en") meta(property="og:description", content="Fix Instagram embeds in Discord (and Telegram!)") title InstaFix link(rel="icon", href="data:image/svg+xml,🛠") - link(rel="stylesheet", href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css") + link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/@picocss/pico@1.5.13/css/pico.min.css") body main.container(style="max-width: 35rem") diff --git a/views/home.jade.go b/views/home.jade.go index ed3fd2d..3a97d93 100644 --- a/views/home.jade.go +++ b/views/home.jade.go @@ -7,7 +7,7 @@ import ( ) const ( - home__0 = `InstaFix

InstaFix

Fix Instagram embeds in Discord (and Telegram!)

InstaFix serves fixed Instagram image and video embeds. Heavily inspired by fxtwitter.com.

How to Use

Add dd before instagram.com to fix embeds.


Source code available in GitHub!
• Instagram is a trademark of Instagram, Inc. This app is not affiliated with Instagram, Inc.
` + home__0 = `InstaFix

InstaFix

Fix Instagram embeds in Discord (and Telegram!)

InstaFix serves fixed Instagram image and video embeds. Heavily inspired by fxtwitter.com.

How to Use

Add dd before instagram.com to fix embeds.


Source code available in GitHub!
• Instagram is a trademark of Instagram, Inc. This app is not affiliated with Instagram, Inc.
` ) func Home(buffer *pool.ByteBuffer) {