2019年10月21日
「カルローズ」料理コンテスト2019 金賞受賞!
この度、グランシェフの佐々木シェフが「カルローズ」料理コンテストの
プロフェッショナル部門で金賞を受賞しました。
佐々木シェフは名古屋の老舗を中心に7年間修行を積んだ後2004年渡伊。ピエモン...
// End the loop.
// Previous/next page navigation.
the_posts_pagination( array(
'prev_text' => __( 'Previous page', 'twentysixteen' ),
'next_text' => __( 'Next page', 'twentysixteen' ),
'before_page_number' => '
' . __( 'Page', 'twentysixteen' ) . ' ',
) );
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>