File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ place: NYC
66image : " /uploads/Photo%20on%203-31-24%20at%201.25%E2%80%AFPM%20%233.jpg"
77description : This now page covers the things I’m thinking, feeling, and working on,
88 well, right now.
9- layout : page
109icon : 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 >
You can’t perform that action at this time.
0 commit comments