Skip to content

Commit

Permalink
Merge pull request #14 from SyedMSawaid/meg
Browse files Browse the repository at this point in the history
feat: meg
  • Loading branch information
SyedMSawaid authored Dec 18, 2024
2 parents 4e1dba1 + b57fb82 commit cae0ece
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_components/image.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<figure class="flex flex-col gap-2 px-3 py-4 mb-2 bg-gray-200 border border-gray-300 rounded-md">
<img src="/images/{{ src }}" alt="{{ alt }}" width="100%" height="100%">
<figcaption class="text-center">{{ caption }}</figcaption>
</figure>
13 changes: 13 additions & 0 deletions src/_posts/2024-12-16-meg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: Meg
date: 2024-12-16 22:14:35 +0100
tags:
- Cabin Clown
---

{% render "image", src: "/cabin-clown/meg.png", alt: "Meg", caption: "Meg" %}

{% render "image", src: "/cabin-clown/peter-griffin.gif", alt: "Peter Griffin, Cabin Clown", caption: "Peter Griffin, Cabin Clown" %}

Because why not, after all, its my website.
Binary file added src/images/cabin-clown/meg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/cabin-clown/peter-griffin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cae0ece

Please sign in to comment.