1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Added language tags to layout.

This commit is contained in:
Dan Barber 2010-10-30 11:44:27 -04:00
parent 17ba77c181
commit 9ac87c80a9

View File

@ -1,11 +1,12 @@
<!doctype HTML> <!doctype HTML>
<html> <html lang="en">
<head> <head>
<title>Photos</title> <title>Photos</title>
<meta http-equiv="Content-Type" content="text/html" /> <meta http-equiv="Content-Type" content="text/html" />
<meta name="keywords" content="photography, images, landscapes" /> <meta name="keywords" content="photography, images, landscapes" />
<meta name="description" content="The photography portfolio of Dan Barber" /> <meta name="description" content="The photography portfolio of Dan Barber" />
<meta name="language" content="English" />
<%= stylesheet_link_tag "squaregrid", :media => "all" %> <%= stylesheet_link_tag "squaregrid", :media => "all" %>
<%= stylesheet_link_tag "photos", :media => "all" %> <%= stylesheet_link_tag "photos", :media => "all" %>
<%= stylesheet_link_tag "fancybox", :media => "all" %> <%= stylesheet_link_tag "fancybox", :media => "all" %>