休日
今週の休日はデジタルパーマ体験!
友人にバッサリと髪を(切られ?)
カットしてもらい、私も導入を視野に、まずは自ら質感を体感したく、かけてもらいました。

hvalaでは、色々な都合上難しい事もありますが、何ヶ月後の状態も楽しみに、感じてみたいと思います!!
かけたての今日は良い感じの仕上がりですo(^▽^)o
/?php
if (in_category('blog')) :
comments_template('', true);
endif;
?>
Comment
/?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
if (in_category('blog')) :
comments_template('', true);
endif;
endif;
?>