マーケタリー
お客様が作ってくださいました。
お店のロゴをこんなに素敵に。
「マーケタリー」
ヨーロッパに古くから伝わる、天然木を使った美術工芸のひとつだそうです。
厚さ数ミリ程の薄い板を木の色合いや木目を活かして組み合わせて、一枚の絵を創り上げていくんだそうです。
凄い細かい作業です。
とっても嬉しいです!

/?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;
?>