.links-root > a::after {
    padding: 0 5px;
    content: '|';
}

.links-root > a:last-child::after {
    padding: none;
    content: '';
}