lib/view/helpers/frontend_helper.rb in lipsiadmin-4.1.0 vs lib/view/helpers/frontend_helper.rb in lipsiadmin-4.1.1
- old
+ new
@@ -11,9 +11,15 @@
# Set the meta description of the page
# Usefull for google & c.
def description(text)
content_for(:description) { text }
end
+
+ # Set the meta keywords of the page
+ # Usefull for google & c.
+ def keywords(text)
+ content_for(:keywords) { text }
+ end
end
end
end
end
\ No newline at end of file