diff options
Diffstat (limited to 'home/src/pages.clj')
| -rw-r--r-- | home/src/pages.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/src/pages.clj b/home/src/pages.clj index b2f773b..b1a1279 100644 --- a/home/src/pages.clj +++ b/home/src/pages.clj @@ -96,8 +96,8 @@ [:<> [:h1 "My media log"] [:section - [:h2 "Exotic Functional Data Structures: Hitchhiker Trees by David Greenberg (YouTube)"] - [:a {:href "https://www.youtube.com/watch?v=jdn617M3-P4"} "URL"] + [:h2 "Exotic Functional Data Structures: Hitchhiker Trees by David Greenberg"] + [:a {:href "https://www.youtube.com/watch?v=jdn617M3-P4"} "YouTube link"] [:p "Focused on the implementation of the Hitchhiker Tree data structure. I was hoping to learn a bit more about how Greenberg had been using Hitchhiker Trees."]]]))) |
