2018-04-10 21:14:02 +02:00
|
|
|
.social_box
|
|
|
|
.social
|
|
|
|
.social__item
|
|
|
|
%span.fa.icon-facebook{"data-count" => "", "data-social" => "fb"}
|
|
|
|
.social__item
|
|
|
|
%span.fa.icon-twitter{"data-count" => "", "data-social" => "tw"}
|
|
|
|
.social__item
|
|
|
|
%span.fa.icon-linkedin{"data-count" => "", "data-social" => "ln"}
|
|
|
|
.social__item
|
|
|
|
%span.fa.icon-gplus{"data-count" => "", "data-social" => "gp"}
|
|
|
|
|
|
|
|
.blog
|
|
|
|
.center_col
|
|
|
|
%h1= @post.title
|
|
|
|
.center_col
|
2018-04-10 21:30:17 +02:00
|
|
|
= render( "posts/#{@post.template_name}" )
|