Skip to content

Commit

Permalink
Fixed header calling wrong var
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Sep 16, 2011
1 parent 6a7c16b commit 6d71525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/andrew_site/views/content.clj
Expand Up @@ -6,10 +6,10 @@
(def top-right
(list "Interested? " (mail-to "jobs@andrewmarrone.com?subject=Employment%20Opportunity" "Contact me!")))

(def desired-title
(def title
(list "Junior" [:br] [:em "Systems Administrator"]))

(def header-name "Andrew Marrone")
(def name "Andrew Marrone")

(def major-skills
["Shell Scripting" "Ubuntu" "CentOS" "OS X" "VMWare"])
Expand Down

0 comments on commit 6d71525

Please sign in to comment.