"Referred article" functionality

This commit is contained in:
Stefan Schlott 2013-08-24 13:50:40 +02:00
parent 607b76daab
commit 29a963733d
3 changed files with 29 additions and 21 deletions

View file

@ -1,15 +1,3 @@
<%
def sanitize_path(path)
result = path
if (!path.start_with?('/'))
result = '/' + result
end
if (!path.end_with?('/'))
result = result + '/'
end
result
end
%>
<div class="row">
<div class="span8">
<article itemscope itemtype="http://schema.org/BlogPosting">