lib/caboodle/kits/linkedin/linkedin.rb in caboodle-0.2.13 vs lib/caboodle/kits/linkedin/linkedin.rb in caboodle-0.2.14

- old
+ new

@@ -14,9 +14,11 @@ end end class Linkedin < Caboodle::Kit + description "Displays a Linkedin profile as a CV with consistent layout with the rest of the site." + menu "CV", "/cv" do @title = "Curriculum Vitae" @linkedin = LinkedinAPI.new #rescue nil haml :cv end \ No newline at end of file