ruby-x.github.io/app/views/blog/post.haml

17 lines
470 B
Plaintext
Raw Normal View History

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
= render( @post.template_name )