Commit Diff


commit - 314cbe1e2512a3396b43933c6a782bc987805fb9
commit + 0ff91bf27174c6e5d1e5242d6a520ec0d1ea5ddf
blob - 6299daf4beb360f150beea12bf1273963e171a97
blob + fc9acc11b5c199c8688cee3c0778d702d9c4a32b
--- src/blog/templates.clj
+++ src/blog/templates.clj
@@ -90,7 +90,7 @@
   [tag posts]
   (with-page {:title (str "Posts tagged with #" tag)
               :class "tag"}
-    [:h2 "Post tagged with " [:code "#" tag]]
+    [:h2 "Posts tagged with " [:code "#" tag]]
     (map (partial post-fragment {:title-with-link? true})
          (->> posts
               (sort-by :date)