Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
15
app/views/shared/_meta.html.erb
Normal file
15
app/views/shared/_meta.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
<meta name="keywords" content="<%= @meta_keywords || meta_tags.keywords %>" />
|
||||
<meta name="description" content="<%= @meta_description || meta_tags.description %>" />
|
||||
<meta name="author" content="Dextronet" />
|
||||
<meta http-equiv="Title" content="<%= @meta_title || meta_tags.title %>" />
|
||||
<meta name="copyright" content="(c) 2010-<%= Date.today.year %> Dextronet" />
|
||||
<meta name="distribution" content="Global" />
|
||||
<meta name="rating" content="General" />
|
||||
<meta name="robots" content="All" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<meta name="verify-v1" content="NK0H1gWia1vxGZ2Yhr59gsS0/P2/USBI1DVA18VkzjM=" />
|
||||
<meta name="google-site-verification" content="O7Dwtzu5x_Mob9u98uxqpZ-_wCLGpEkx2IL0UYVQ4ac" />
|
||||
<title><%= @meta_title || meta_tags.title %></title>
|
||||
<link rel="alternate" type="application/rss+xml" title="<%= t('txt.rss_description') %>" href="<%= feeds_url(:format => :rss) %>" />
|
||||
<link rel="alternate" type="application/rss+xml" title="<%= t('txt.comics_rss_description') %>" href="<%= comics_url(:format => :rss) %>" />
|
||||
Reference in New Issue
Block a user