|
|
|
@ -60,7 +60,7 @@ google_analytics: true
|
|
|
|
|
#main
|
|
|
|
|
- if page.respond_to? :date
|
|
|
|
|
%h2= page.title
|
|
|
|
|
= content
|
|
|
|
|
= preserve rp(content)
|
|
|
|
|
%p.pubdate
|
|
|
|
|
Published:
|
|
|
|
|
=page.date.strftime("%d %b, %Y")
|
|
|
|
@ -73,7 +73,7 @@ google_analytics: true
|
|
|
|
|
%a(href="http://designenthusiast.disqus.com/?url=ref") View the discussion thread
|
|
|
|
|
%script(type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/embed.js")
|
|
|
|
|
- else
|
|
|
|
|
= content
|
|
|
|
|
= preserve rp(content)
|
|
|
|
|
#sidebar
|
|
|
|
|
- if page.respond_to? :twitter_user
|
|
|
|
|
%h4 Twitter <a class="small" href="http://twitter.com/#{page.twitter_user}">@#{page.twitter_user}</a>
|
|
|
|
|