Skip to content

Commit

Permalink
feat: nih buat jajan
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Oct 1, 2024
1 parent 7cfc251 commit 86c1ea1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file added public/NBJ-yuxxeun-qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/NBJ.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class='mt-3 flex justify-center'>
<div class='space-y-5'>
<a href="https://www.nihbuatjajan.com/yuxxeun" target="_blank"><img src="https://d4xyvrfd64gfm.cloudfront.net/buttons/default-cta.png" alt="Nih buat jajan" class="h-12 w-full"/></a>
<img src="/NBJ-yuxxeun-qrcode.png" alt="Nih Buat Jajan QR Code" class='w-48 h-48 rounded-lg' />
</div>
</div>
2 changes: 2 additions & 0 deletions src/layouts/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Pagination from "@components/Pagination.astro";
import { Image } from "astro:assets";
import type { ImageMetadata } from "astro";
import Header from "@components/common/Header.astro";
import NBJ from "@components/NBJ.astro";
interface Props {
title: string;
Expand Down Expand Up @@ -119,6 +120,7 @@ const fullUpdatedDate = updatedDate?.toLocaleDateString("en", {
<br />
With this way, you can stay up to date to my latest posts.
</p>
<NBJ/>
</section>
<!-- <ul class="mt-4 flex justify-between">
<li title="Copy the link of this article">
Expand Down
1 change: 1 addition & 0 deletions src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ const description = "i write about any things that feels interesting.";
<br />
With this way, you can stay up to date to my latest posts.
</p>

</section>
</Layout>

0 comments on commit 86c1ea1

Please sign in to comment.