commit dcb77f40c88a34805222d1ffa34a2bdecbe51234 from: Omar Polo date: Wed Jun 03 16:42:15 2020 UTC added link to cgit commit - 6761498788e846cc7abfc544c355b7b79fc5e72f commit + dcb77f40c88a34805222d1ffa34a2bdecbe51234 blob - 63c7e89be6e9a190bc95d16fca32a562ac216aa6 blob + 6299daf4beb360f150beea12bf1273963e171a97 --- src/blog/templates.clj +++ src/blog/templates.clj @@ -12,7 +12,8 @@ [:nav [:ul (link-item {:url "/", :text "Home"}) - (link-item {:url "/tags.html", :text "All Tags"})]] + (link-item {:url "/tags.html", :text "All Tags"}) + (link-item {:url "https://git.omarpolo.com", :text "Git repos"})]] [:div [:h1 [:a {:href "/"} "yumh"]] [:p "writing about things, sometimes."]]]))