diff options
Diffstat (limited to 'html/blog/2024-02-10+50°F,_Overcast,_and_Windy.tmpl.html')
-rw-r--r-- | html/blog/2024-02-10+50°F,_Overcast,_and_Windy.tmpl.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/html/blog/2024-02-10+50°F,_Overcast,_and_Windy.tmpl.html b/html/blog/2024-02-10+50°F,_Overcast,_and_Windy.tmpl.html new file mode 100644 index 0000000..092271f --- /dev/null +++ b/html/blog/2024-02-10+50°F,_Overcast,_and_Windy.tmpl.html @@ -0,0 +1,25 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>I was out on a bike ride with some friends yesterday and couldn't help but notice the weather. Just warm enough
+ to have a light sweatshirt on with a bit of wind and a cloudy sky. There is something special to me about this
+ kind of weather. I was asked if it was because it reminded me of being outside as a child, but that alone
+ doesn't quite capture it. It's more the transitional feeling of going from something social and fun to finally
+ splitting up for the day and heading home. Right between the two. You know the end is near and you can feel
+ those around you anxious to get ready to leave, but you just want to stay out a bit longer. Oddly perfect for
+ our the events of the afternoon, though I wouldn't apply my description to the dynamic of our group. But that is
+ what it reminds me of. A sense of longing. For the people, for the event, for a sense of normal in a busy or
+ lonely schedule. I'm likely projecting a bit, specifically from the past, but I suppose that's the point. If I
+ were more skilled, I might write a poem to describe the feeling, but I'm no poet. Maybe when I have a bit more
+ free-time. Or, more likely, retired.</p>
+ <figure>
+ <img src="/static/media/20240209_Bike-ride-group-sidex1000.jpg"
+ alt="Group photo of my friends and our bicycles on the steps in front of the GM RenCen by the Detroit River."
+ width="1000" height="750" />
+ <figcaption>My friends and I outside the GM RenCen by the Detroit River.</figcaption>
+ </figure>
+ <p>Side note: I've discovered how to type symbols and special characters on Mac, so I can type Ángel's name
+ correctly now without having to copy and paste characters. Exciting stuff.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
\ No newline at end of file |