From 4070825c8a887c03ae2b547abdfea6af0883d5a3 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 4 Jul 2024 20:50:37 +0700 Subject: [PATCH] Add meb link --- assets/css/custom.css | 8 ++++++++ hugo.toml | 1 + 2 files changed, 9 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 2cbf9c0..d842feb 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -9,4 +9,12 @@ #eb0256 50%, #ff257e 100% ); +} + +.link-meb { + background: linear-gradient( + 90deg, + #01AF6F 0%, + #35C03F 100% + ); } \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 4cf9904..f0182c8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,6 +16,7 @@ disableKinds = ["taxonomy", "term"] links = [ { readawrite = { href = "https://www.readawrite.com/?action=user_page&user_id_publisher=1225708", text = "readAwrite" } }, + { meb = { href = "https://www.mebmarket.com/?store=publisher&action=home_page&publisher_id=1225708&publisher_name=%E0%B9%81%E0%B8%9E%E0%B8%A3%E0%B8%A7%E0%B8%9B%E0%B8%A5%E0%B8%B2%E0%B8%97%E0%B8%B9%E0%B8%99%E0%B9%88%E0%B8%B2", text = "meb" } }, # { email = "mailto:hello@your_domain.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },