Skip to content

Commit ee7e33e

Browse files
committedJan 28, 2014
Make blog title a link
1 parent ad99d71 commit ee7e33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/example/src/templates/base.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[:body
1010
[:div {:id "header"}
11-
[:div {:id "logo"} (:site-name *metadata*)]
11+
[:div {:id "logo"} [:a {:href "/"} (:site-name *metadata*)]]
1212
[:div {:id "navigation"}
1313
[:a {:href "/"} "Home"]
1414
[:a {:href "/tags"} "Tags"]

0 commit comments

Comments
 (0)
Please sign in to comment.