settings
code:style.css
/* External links */
.line a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: '\f35d';
display: inline-block;
font-weight: 900;
}
code:style.css
/* ピンしたページを独立させる */
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}