ruby-x.github.io/app/views/blog/post.haml
2018-04-10 22:30:17 +03:00

17 lines
481 B
Plaintext

.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
= render( "posts/#{@post.template_name}" )