forked from bofh/fetsite
no robots
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<% unless themengruppe.icon.nil? or themengruppe.icon.empty? %> <i class="<%= themengruppe.icon %>" style="font-size:1.5em;margin:0"></i>
|
<% unless themengruppe.icon.nil? or themengruppe.icon.empty? %> <i class="<%= themengruppe.icon %>" style="font-size:1.5em;margin:0"></i>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%=themengruppe.title%> </h3>
|
<%= themengruppe.title%> </h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<div class="span6">
|
<div class="span6">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<%= if themengruppe.text.split.size > Themengruppe::WORD_COUNT
|
<%= if themengruppe.text.split.size > Themengruppe::WORD_COUNT
|
||||||
themengruppe.text.split[0..Themengruppe::WORD_COUNT].join(" ") + " ..."
|
themengruppe.text.split[0..Themengruppe::WORD_COUNT].join(" ") + " ..."
|
||||||
else
|
else
|
||||||
themengruppe.text
|
themengruppe.text
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
|
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
|
||||||
#
|
#
|
||||||
# To ban all spiders from the entire site uncomment the next two lines:
|
# To ban all spiders from the entire site uncomment the next two lines:
|
||||||
# User-Agent: *
|
User-Agent: *
|
||||||
# Disallow: /
|
Disallow: /
|
||||||
|
|||||||
Reference in New Issue
Block a user