diff --git a/src/lib/components/subtitled-image.svelte b/src/lib/components/subtitled-image.svelte
index de34050..94ac110 100644
--- a/src/lib/components/subtitled-image.svelte
+++ b/src/lib/components/subtitled-image.svelte
@@ -90,6 +90,7 @@
.subtitled-img-logo {
color: var(--color-highlight);
+ margin: 0;
}
.subtitled-img-text-container {
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index d19948d..2855121 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -394,6 +394,20 @@
}
/* #endregion */
+ .date-marker {
+ font-size: 1rem;
+ font-weight: 700;
+ line-height: 1rem;
+ width: fit-content;
+ margin: 0;
+ padding: 0;
+
+ color: var(--color-text-dark);
+ background-color: var(--color-highlight);
+ font-family: var(--font-sans-serif);
+ padding: 4px;
+ }
+
@media screen and (max-width: 800px) {
/* h1 {
font-size: 2.3rem;
diff --git a/src/routes/blog/2026/0205.md b/src/routes/blog/2026/0205.md
index 1fa7368..382e365 100644
--- a/src/routes/blog/2026/0205.md
+++ b/src/routes/blog/2026/0205.md
@@ -1,5 +1,32 @@
+
+
I just had a great idea: I should try to draw something every day for 4 weeks! 28 days, because that's a nice number. It's not too dissimilar from when I wrote an album for the February Album Writing Month, and though that album turned out awful, I was happy to have produced an album of sorts at all.
Why start now, instead of at the start of the month? Because I just came up with the idea. Why not wait for the start of next week or even next month? Because why delay, that's why. Except I will delay by starting tomorrow, not today, as it is night time and I'm about to head off to bed.
-I'm posting this to hold myself accountable and to actually pull through instead of discarding the idea tomorrow – let's hope it works! I will update this page with my drawings.
\ No newline at end of file
+I'm posting this to hold myself accountable and to actually pull through instead of discarding the idea tomorrow – let's hope it works! I will update this page with my drawings.
+
+## Day 01
+
+
{project.date}
+{project.date}
{/if} {/if} {#if project.icon} @@ -101,20 +101,6 @@ width: 20%; } - .project-date { - font-size: 1rem; - font-weight: 700; - line-height: 1rem; - width: fit-content; - margin: 0; - padding: 0; - - color: var(--color-text-dark); - background-color: var(--color-highlight); - font-family: var(--font-sans-serif); - padding: 4px; - } - .project-date-embed { position: absolute; left: 0; diff --git a/static/blog/2026/0205/01.webp b/static/blog/2026/0205/01.webp new file mode 100644 index 0000000..0271147 Binary files /dev/null and b/static/blog/2026/0205/01.webp differ