index.php
get_template_part( 'template-parts/post/content',get_post_format());
と記述されていたのを
index.php
get_template_part( 'template-parts/post/content', 'excerpt' );
と書き換えるだけでOK
それと[設定] → [表示設定] → 抜粋表示を選択
Go to list of users who liked
More than 1 year has passed since last update.
get_template_part( 'template-parts/post/content',get_post_format());
と記述されていたのを
get_template_part( 'template-parts/post/content', 'excerpt' );
と書き換えるだけでOK
それと[設定] → [表示設定] → 抜粋表示を選択
Register as a new user and use Qiita more conveniently
Go to list of users who liked