"Referred article" functionality
This commit is contained in:
parent
607b76daab
commit
29a963733d
3 changed files with 29 additions and 21 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue