Skip to content

Commit 68df1fe

Browse files
mbbischoffSiteleaf
authored andcommitted
Updated Now
1 parent 0305c54 commit 68df1fe

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

now.markdown

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ place: NYC
66
image: "/uploads/Photo%20on%203-31-24%20at%201.25%E2%80%AFPM%20%233.jpg"
77
description: This now page covers the things I’m thinking, feeling, and working on,
88
well, right now.
9-
layout: page
109
icon: fa-clock
10+
layout: page
1111
---
1212

1313
<img src="{{ page.image }}" width="1024" height="768" alt="Latest Selfie">
@@ -18,4 +18,16 @@ This *[now page](https://nownownow.com/about)* is [inspired by Derek Sivers](htt
1818

1919
---
2020

21-
Right now, I’m [building a little at a time](/under-construction).
21+
Right now, I’m [building a little at a time](/under-construction).
22+
23+
24+
## <i class="fa-regular fa-camera-movie"></i> Watching
25+
26+
<div id="letterboxd-embed-wrapper-tc">Loading...</div>
27+
<script>
28+
fetch('https://lb-embed-content.bokonon.dev?username=matthewbischoff')
29+
.then(response => response.text())
30+
.then(data => {
31+
document.getElementById('letterboxd-embed-wrapper-tc').innerHTML = data;
32+
});
33+
</script>

0 commit comments

Comments
 (0)